Raspberry 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 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 ArticleGeneral • Can I Read Input Voltage (VSYS) from Pin 35 on Raspberry Pi Pico2W?
Hello experts!I am always grateful for the help I find here, and this is my first time posting a question from Japan. I hope you can lend me your knowledge.Currently, I use a Raspberry Pi 5 as an MQTT...
View ArticleGeneral • Re: Can I Read Input Voltage (VSYS) from Pin 35 on Raspberry Pi...
It's a hardware issue; the GPIO29 / ADC3 (VSYS) is dual-use on the Pico W and Pico 2W. You can only read VSYS on ADC3 when GPIO25 is high.There is prior discussion in the forum, particularly in the...
View ArticlePython • Re: I have installed pyenv and get "No module named 'RPi'"...
Thank's for the answer!I have tried to follow the book as exactly as my brain can, but do notfind the instruction very clear.I did "activate" pyenv and also uninstalled the pyenv and reinstalled...
View ArticleTroubleshooting • Re: Pi 5 Boot confusion
what does the hdmi diag screen show, when you boot it without any boot media?Statistics: Posted by cleverca22 — Mon Jun 16, 2025 3:37 am
View ArticleGaming • Stickman-style Android games tested on emulators — anyone else...
Hey everyone!Just wanted to share a small experiment I’ve been working on over the weekend — I tested a bunch of Android games using an emulator setup on Raspberry Pi 4 (via LineageOS + RetroArch, if...
View ArticleLinux Kernel • Re: Show splash
I am using secureboot -> uboot -> linux kernel via buildrootI'd like to show a splash screen during the rsa decryption period, and/or u-boot.I could draw to fb with a ramdisk script I know, but...
View Article