Beginners • Pi 4 Switched from 2.4Ghz WiFit to 5Ghz
I have an old Pi1 and a Pi4, both running Buster. (Please don't ask why.)One of the daily tasks of the 4 is to use scp to copy a bunch of JPEG images from the 1, assemble those into a time-lapse video...
View ArticleTroubleshooting • Re: rpi-eeprom-config -e doesn't save changes
Yup! Same here!Statistics: Posted by nodemand — Sat Jun 14, 2025 3:52 am
View ArticleHATs and other add-ons • Re: pi5 cooling but NOT using the 4pin connector
a PWM Fan will spin at full speed If there is No Input signal on the PWM Pin ... Not connected means no signal -> full speed.run below in CLI and post the results.Code: ls -l /sys/class/hwmon/see...
View ArticleRaspberry Pi OS • Re: chromium dropping 1200 out of 1600 frames on latest...
The easiest option is to download the video and then watch it.I managed to watch YouTube 720p 60p smoothly with MPV on my 2GB Pi 4 but I had to put 256mb of mem_gpu for some of the image buffers to...
View ArticleTroubleshooting • Re: ca-certificates upgrade error?
I'm curious if others see this warning?I did see it when I ran an upgrade before I posted my reply. I suspect everyone will.Ta!Statistics: Posted by pidd — Sat Jun 14, 2025 10:49 pm
View ArticleRaspberry Pi OS • Re: Change terminal that opens for C-A-T (control-alt-T)
Thank you very much, kerry_s and manu2007. Just editing the entry in `/etc/xdg/labwc/rc.xml` does the job, but copying the file to the local config space, and editing there probably serves to make the...
View ArticleRaspberry Pi OS • Re: help me shut it up!
thanks guys, got it out. Forgot to ge back and let everyone know!Thanks again, once I knew it was named orca, I searched in add/remove for orca and undid it.RogerStatistics: Posted by Rcayot — Sat Jun...
View ArticleGeneral discussion • symbols set for Lbre Office Draw
are there any symbol sets for Libre Office Draw? Things like resistors, capacitors, diodes etc.Thanks in advanceRogerStatistics: Posted by Rcayot — Sat Jun 14, 2025 11:53 pm
View ArticleGeneral programming discussion • Re: 'Best' language for user Services
Assuming you don't buy an rpi with more ram..I suspect if you (say) moved the sqlite3 files onto your NAS with a mountpoint to your rpi the same thing will happen. It might not but that would be my...
View ArticleC/C++ • Re: camel vs snake naming
my names to be distinctUse namespaces which keep 'your' names separate from 'other' names.https://en.cppreference.com/w/cpp/langu ... space.html^^this.All the library code I've ever written is in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • CM5 and SMI
Does anyone know the alternative-GPIO settings to use for the CM5 to enable SMI on the GPIOs ? It does say in the CM5 datasheet that SMI is a supported interface...There are 28 pins available for...
View ArticleGeneral discussion • Re: RPI5 on 12V
I am using a usb-tool that shows me the voltage, current (mA) and power (mW) that goes throught it.I have one and it creates enough resistance to drop the voltage 0.1 or more. When used with the...
View ArticleOther RP2040 boards • Re: RP2354 sample fails to flash, behaves erroneously
What else do you have there?I removed a single 10k pulldown resistor that was connected along the trace connected to D3 and it seems to have fixed both the bootloop...D3 is also /HOLD4.4 HOLD...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM5 and SMI
the RP1 doesnt have a SMI interface, but you might be able to reproduce something similar using PIOhttps://github.com/raspberrypi/utils/bl ... s/ws2812.chttps://www.raspberrypi.com/news/piolib ......
View ArticleRaspberry Pi OS • Re: Removing ssh default password warning
I haven't tested this, but what is the result of editing /etc/pam.d/common-session and commenting out the line that calls pam_chksshpwd.so?Code: root@pi500:~# cat /etc/profile.d/sshpwd.shexport...
View ArticleGeneral • Re: Where do I get replacement cables for Debug Probe
This would be helpful if you posted a picture of the JST connector in question, so I can get an idea of what you're talking aboutIs it that white connector next to the WiFi module (assuming you have...
View ArticleBeginners • Difficulty w/install OpenMediaVault, Chromium
First time poster in the Forum plus my knowledge of the Raspberry 5 is from reading other’ experiences. Needless to say I am as green as they come and am a stroke survivor so my understanding of the...
View ArticleTroubleshooting • Cannot schedule script via cronjob that runs manually
Hello all, I just recently did a fresh install of Raspberry Pi OS Lite (64-bit), released 05/13/2025 on my Model 3 B+, and I then installed PictureFrame using this tutorial:...
View ArticleCompute Module • Re: RPI 4 CM in Nebra Programming Stick not recognized in...
I already have, thanks. I'm looking for other input.Have you checked the obvious? That the eMMC_boot/USB_Boot switch is set correctly?I don't have one but was curious as to what it is and the switch...
View ArticleRaspberry Pi OS • Re: Issue deleting packages on the command line
Nothing gets anywhere near as bad as Windows updates Ain't that the truth!A couple of comments:1) Yes, I remember having the same bad reaction whenever Wolfram/Mathematica was going to be updated. I'm...
View Article