Troubleshooting • Re: Pi5 hanging when transfering large files to NAS
Amazing! The 16K pages somehow interacted with something in your environment to trigger bad behaviour in the Linux kernel. Since there is a factor 4 difference in page size I'd want to check that...
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
How could the shell script log the RAM usage to a file? I'm not a coder... Presumably the cron is being logged to a file anyway ? So just add a line to show the memory with "free -h"Code: #!/bin/bash#...
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleTroubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?
I find a new phenomenon that the 3V7 value will be lower if the CPU tempature (got by vcgencmd measure_temp) goes higher.e.g. When 40'C, 3V7=3.69vWhen 50'C, 3V7=3.67vWhen 60'C, 3V7=3.64v...When 70'C,...
View ArticleAdvanced users • Re: How to determine current i2c bus speed?
Ah - that's a different problem. There will be nobody else driving the bus, and the bus clock speed is not meant to change. What's happening is that the VideoCore CPU speed is changing - probably due...
View ArticleTroubleshooting • Re: What are differences between PiZ and PiZ2 in regards to...
There were some changes between the original Pi Zero 1.2 (without camera connector), and the later version 1.3 (with camera connector), but the test points used for power and USB connections are the...
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
The BAT54 horror show a good reminder of the potential pitfalls in the marketplace.Statistics: Posted by katak255 — Sun Nov 17, 2024 11:29 am
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
How big are your storage devices and how fast should it be?My storage drive is a 4TB connected by the new powered Raspberry Pi USB 3 hub, works well and file transfer speeds are around 300Mbps...
View ArticleNederlands • Re: image maken van ssd
Heb je al gezocht hier op het forum?viewtopic.php?t=363884Statistics: Posted by zonstraal — Sun Nov 17, 2024 12:14 pm
View ArticleSDK • Re: Byte (re-)ordering when using 8-bit DMA towards SPI display?
The CPU writes in little. The RAM does not care. DMA needs to be told to read in little. 8-bit reads are neither little or big. 16-bit writes are little.This comes with a performance consequence and...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
What I need is a strategy for changing boot drives. I could just plug it in and reboot. But, there is a bunch of stuff (webcam photos and more) that really should be moved to the new drive. Will I be...
View ArticleRaspberry Pi OS • Re: Linux CLI backup tools, procedure and planning
CLi:rsyncrestic + autoresticbackup-managerrsnapshotGUI:timeshift (my preference) for system backupsdeja-dup (my preference for /home backups)pika-backuprclone + rclone-browser or rclone-shuttle...
View ArticleGeneral discussion • Deskflow - sharing mouse and keyboard across network
I have been using Synergy to share my mouse and keyboard across my LAN. Added a new RPI 5, and wanted to install Synergy on it, but it doesn't have a download for the RPI 5, so investigating other...
View ArticleTroubleshooting • Re: How to safely save video when power off occur?
It is RaspberryPi + PoE hat and nothing like UPS is there. Also, My question should be more like "Is it possible to use Raspberry Pi with OpenCV or similar to create a security camera for home??"Or...
View ArticleGeneral discussion • Re: Deskflow - sharing mouse and keyboard across network
is there other software that you can recommend that would work across the LAN for this?Raspberry Pi Connect https://www.raspberrypi.com/documentati ... nnect.htmlor...
View ArticleBeginners • Re: Need help with temperature sensor and display project
You didn’t specify which programming language you are using.- I have not yet decided. Was thinking about C/C++, since I rarely get to use them and wanted to give it a try. Any suggestions are...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
That parameter enables gen3 speeds instead of gen2 speeds. It is optional, so you don't need to add it to PINN.However, PINN has a config.txt file (just like Raspberry Pi OS and Retropie), so you can...
View ArticleLinux Kernel • Re: Mainline support status?
I haven't followed along on the mailing list, so forgive my ignorance; but the patch did make it to mainline 6.12, right?No. It's still not merged, and I need to nudge the clock and device tree folks...
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Apologies for the delay, I just re-tested after running sudo apt update and sudo apt upgrade on my Raspberry Pi Zero W:Code: mudge@raspberrypizero:~ $ cat /etc/debian_version...
View ArticleTroubleshooting • Re: apt upgrade failing
I had issues too. Raspberry Pi Zero W, rpi imager v.1.8.5., bookworm lite 32. I think two new SD card are gone Windows can`t detect SD card after installation ((((((((((Statistics: Posted by...
View Article