Beginners • Re: Samba Shares: How can i point the download path to another Pi.
So...First off you shouldn't need to set a password for root (on either client or server), and even if you have unless you have created a Samba user called root on the server doing so won't...
View ArticleTroubleshooting • Re: Pi 5 not working after update
I assume from the lack of response that this is not a commonly known problem. I will try installing it again.Statistics: Posted by tdenson — Sat Apr 19, 2025 4:18 pm
View ArticleMedia centres • Re: Peppy player
I have taken a perfectly good peppy player running the Marc edition and turned it into a brick by upgrading to Klee. the hardware is a pi3B+ with a 7" RP touchscreen using the headphone output to my...
View ArticleBeginners • Re: MQTT publish fomatted sensor reading
client.publish("sensor1",temperature_formatted()) omit the braces after temperature_formattedAnd, perhaps, omit the braces in temperature_formatted = ( f"{temperature:.1f}" )Side topic, I would add a...
View ArticleHATs and other add-ons • Re: Integrated Fan Controller
I already used the correct pwm fan, since it came off a laptop that could change the speed of the fan. It also worked with the raspi config in the performance options. For the config .txt, how should...
View ArticleCompute Module • Re: CM5 not booting anymore, bootloader cannot be reset
You will have to flash your CM5 to mass-storage-gadget mode by using usbboot https://github.com/raspberrypi/usbboot , then delete the content from the eMMC.From my point of view an eMMC compute module...
View ArticlePython • Re: MQTT publish fomatted sensor reading
https://www.hivemq.com/blog/mqtt-client ... tament-lwtStatistics: Posted by ghp — Sun Apr 20, 2025 5:11 pm
View ArticleAdvanced users • Get rid of modern BootROM
The Raspis modern "BootROM" is one step forward, many steps back - change my mind.I used hundreds of Raspis for fun and profit. But BootROM is no fun nor profit for me.It is not a ROM anymore, but can...
View ArticleTroubleshooting • Re: Error during apt upgrade [Bookworm]
You should always use apt full-upgradeCan we please dispel this superstition? The only difference between upgrade and full-upgrade is that upgrade will not uninstall any packages to install others....
View ArticleAdvanced users • Re: Get rid of modern BootROM
Not sure what you mean by this, unlike other systems nothing is automagically updated unless you tell your Pi to do so.Not advised but if you have a problem with updates, simples. Don't update.I...
View ArticleGeneral • Re: SPI write from Slave device
Not exactly... read the other modes as well (next page):4.4.3.13. Motorola SPI Format with SPO=1, SPH=1For continuous back-to-back transmissions, the SSPFSSOUT pin remains in its active-LOW state,...
View ArticleGeneral discussion • Re: latest chromium issues (mostly solved)
my chromium said ublock is disabled, and recommended removing it, which i did.it is installed on Firefox, and working.thats something to look in to....no matter, the full screen issue is resolved,...
View ArticleRaspberry Pi OS • Re: updates is faulty
Now from the "Terminal" I am doing a "sudo apt update" instead of doing a reboot, about the time updates normally happened (like round about 7pm GMT) , I just checked a few minutes ago and got 4...
View ArticleGeneral discussion • Re: latest chromium issues
raspberry pre-installs adblock on the browsersit's ublockIs that 'uBlock Origin' which Chrome and Chromium auto-disables these days or some other 'uBlock' ?Statistics: Posted by hippy — Sun Apr 20,...
View ArticleBeginners • Unable to see desktop GUI?
Hi there,Using Raspberry Pi imager I created a new Raspbian OS on a 32GB SD card using the (twice) recommended 64-bit Bookworm with Desktop install.Pi was able to boot and I can access via SSH from my...
View ArticleBeginners • Re: Unable to see desktop GUI?
does XRDP use Xwindows?if so, it wont work. The latest PI-OS switched to a new compositor.X-windows based apps will not work unless you switch back to X using raspi-config.I use the RealVNC viewer, as...
View ArticleOfficial Display • Re: Raspberry Pi Touch Display NOT working on Rasperry Pi 5
Yes, the Touch Display (V1) works fine on the PI 4. I haven't tried the Touch Display 2 on the RPI 4.Is there anyone who has actually gotten an official Raspberry PI Touch Display (1 or 2) working on...
View ArticleOther RP2040 boards • Re: RP2350B CNC motion controller board released.
Thanks, I applied for it.Statistics: Posted by phil from seattle — Sun Apr 20, 2025 6:35 pm
View ArticleTroubleshooting • Re: postfix and gmail relay server
What's the result if you change "smtp_tls_wrappermode" from yes to no?I got this:2025-04-21T13:30:15.709194-04:00 ph3 postfix/bounce[21043]: EE8B8620334: sender non-delivery notification:...
View ArticleBeginners • "Boot from NVMe" disappears.
After turning on my Pi 5, I pressed space bar to enter the boot selection menu. There used to be 6 options. Starting from 2 days ago, my SSD stopped working. When I entered the boot selection menu, I...
View Article