Troubleshooting • Re: Rpi3 b+ replaced with another rpi 3B+ 7inch display...
Thanks for all suggestion. I get it resolved. It was my guilt because having set brightness to 5 cause i got a faulty proximity sensor, i got this last one disconnected and a script inside the home...
View ArticleGeneral discussion • Re: TRIXIE is released! Please comment below!
I've tested in Raspberry Pi OS with KDE Plasma installed on Trixie with: sudo apt install kde-plasma-desktop and everything works fine.So I guess it's a bug-like thing with Raspberry Pi OS as it works...
View ArticleAdvanced users • Re: [Pi5] glmark2 in latest RPI OS shows a 35% decrease in...
after the updateCode: EEPROM------BOOTLOADER: up to date CURRENT: Wed 5 Nov 17:37:18 UTC 2025 (1762364238) LATEST: Wed 5 Nov 17:37:18 UTC 2025 (1762364238) RELEASE: latest...
View ArticleBeta testing • Re: First trixie beta release
Is this a new beta?Statistics: Posted by Olydnad_SWE — Sun Nov 23, 2025 9:20 am
View ArticleTroubleshooting • Re: Problem RPi 3B+ PCB Rev. R9 + Raspberry Pi Touch Screen...
Odd, that should all work fine. The Rev 9 is simply a PMIC change. You need an appropriate firmware but if you have tried Trixie that will already have it. It might be a duff board.What power supply...
View ArticleAdvanced users • Re: Explanation of Fix ?
It's not a fix, it's an optimisation.The 2712 SoC has a small amount of on-chip SRAM - I can't remember the figure but for the sake of this explanation let's say 128KB (not MB!). The external memory...
View ArticleNetworking and servers • Re: Samba Connect
Do not share anything in a users home directory. Nowadays a users home directory gets 0700 permissions, that is, the user gets full control of their home directory and no other person can enter...
View ArticleTroubleshooting • Re: My Raspberry Pi 4 won't read the SD card, and the green...
What is the power supply?Statistics: Posted by jamesh — Mon Nov 24, 2025 9:38 am
View ArticleTroubleshooting • Re: Trixie, flameshot gui not working.
Is it possible to delay the time with grim by a few seconds for screenshots?I don't see why using the sleep command could not be used here before passing the actual command to capture. Something like...
View ArticleDevice Tree • Re: Enforce initialization order for fragments / dummy gpio
Linux seems to deliberately avoid/prevent setting probe ordering, except via 2 methods:1. Some subsystems (clocks, power, ???) have recognised provider/consumer relationships, where the kernel will...
View ArticleAutomation, sensing and robotics • Re: Help with controlling multiple LEDs
Add two more ground connections.Remove two I2C pull-up resistors.Double check power connections and I2C connections to Pi.I will do that tomorrow, but it surely won't hurt to have additional pull-up...
View ArticleAdvanced users • Re: Dual boot RaPi5 desktop OS to Debian Lite?
What is your actual requirement here? For what reason are you going through all this apparent pain? Its quite possible there is a much easier way of doing what you want, but that depends on what you...
View ArticleGeneral discussion • Spare keys for RPi 500
Don’t ask how, but I have managed to damage a few of the keys on my RPi 500 and whilst they still work, I would like to replace them.I understand that there are no official spares, but can anyone...
View ArticleGeneral • Re: PIO IRQ WAIT stalls the prog on the next instr RP2350
Yes, I thought it is the same thing happening but it seems odd, just because pio_sm_get_pc() will give misleading address, especially when the IRQ WAIT is followed by another...
View ArticleTroubleshooting • Re: Mass storage USB gadget not recognized by the Xiaomi...
Does it support USB? It has a USB port but their site says it only saves to micro SD?I have already plugged a USB stick into the base. Videos were saved on it.If it does support saving to USB, could...
View ArticleRaspberry Pi OS • Re: Recent updates cause PCManFM to crash frequently
Has this been reported on GitHub so it is seen by the right engineers? I pass it on now I have seen it anyway.Many thanks, much appreciated !Are you telling us between the lines that it's useless to...
View ArticleTroubleshooting • Re: Red LED stays continuously ON - Pi5
remove all drives just have power and hdmi and what happensStatistics: Posted by RaTTuS — Tue Nov 25, 2025 10:16 am
View ArticleCompute Module • Re: Changing The Wifi Region
After further testing it seems that my CM4 gets set to whatever Wi-Fi region the access point it's connected to is configured for. I'm assuming there's some negotioation between the Pi and the access...
View ArticleRaspberry Pi OS • Re: Trixie and Google Coral TPU (Hailo)
Found the fix..extra step at install sudo apt install dkmshttps://www.raspberrypi.com/documentati ... rs/ai.htmlStatistics: Posted by gordon77 — Tue Nov 25, 2025 10:19 am
View ArticleOther RP2040 boards • Re: RP2350B: Huge min_deselect with PSRAM + Flash
Are you sure these are good Flash defaults?It looks like some kind of Dual mode.The default after boot is Quad Mode Continuous (it uses only suffix 0xA0), and can see it in the capture...
View Article