C/C++ • Re: Trying and failing to reduce executable size
@swampdogNice to meet another C->C++ convert. In games we use C++, because it can do everything C can do, but so much more as well.I have a top tip for you, well it was Naughty Dog's tip originally...
View ArticleRaspberry Pi OS • Re: SSH to control amixer worked with Bookworm, doesn't...
Master volume is probably handled by pulseaudio now, you might be able to install pamixer and do it that way?Statistics: Posted by pidd — Sat Sep 19, 2026 11:05 pm
View ArticleWanted • Re: Pi 1 B+
Can you recommend somewhere that might have Pi 1 B+ in stock pleaseWhy not buy a Zero 2W, that's a better processor, a better board layout (40 pins rather than 26 pins) and includes on-board WiFi. It...
View ArticleAdvanced users • Assembly code: 'mrs' and the 'crc32' series on the Pi
Two quick ARM assembly language questions, if anyone can answer... (this is a bit esoteric),and the "Bare Metal, Assembly" seems like it is for Bare Metal only.I have two snippets of code. The first:...
View ArticleRaspberry Pi OS • Re: apt update... Raspbian "Buster", how ?
This is what works for me on an old Buster system:Code: root@FreePBX:~# cat /etc/apt/sources.listdeb http://archive.debian.org/debian buster main contrib non-freedeb...
View ArticleRaspberry Pi OS • SSH to control amixer worked with Bookworm, doesn't with...
I had a working function on Bookworm to adjust volume by using Node-RED to send SSH commands to amixer, like this:Code: amixer set Master muteBut i Installed Trixie on all my Pi's a while ago, and I...
View ArticleTroubleshooting • Re: Pi 3B+ new Trixie 32-bit, Network Manager...
I'm using the full desktop. Normally I install the lite and go from there, but like you, with the latest installer all I found was the full version -- which is fine, just a couple gig of extra stuff I...
View ArticleOther • Re: AROS 32-bit and 64-bit for Raspberry Pi
The `Startup-Sequence` in Amiga-based systems (AmigaOS, MorphOS, AROS) is the operating system's primary startup script, executed automatically every time the computer boots up. It can be compared to...
View ArticleBeginners • Hardware advice for interactive art installation with 4 video...
Hello,I am an artist working on an interactive mixed-media painting and would appreciate some advice about the most suitable Raspberry Pi hardware. I am a complete beginner with Raspberry Pi and...
View ArticleGeneral • Re: please help pico 2
Short flash description:- disconnect USB- press bootsel, keep pressed- connect USB to your computer- release bootsel- your computer should show a new drive RPI-RP2 (different for pico2: RP2350)- drag...
View ArticlePicademy • Re: PLEASE HELP ME - im theologian in uk and im left out and being...
Strangest post for some time.Statistics: Posted by jamesh — Sat Sep 19, 2026 5:08 pm
View ArticleBeta testing • Re: New style desktop
After updating my installation to try out the new desktop, everything works fine until I turn on "menu categories," and then it completely crashes both the taskbar and the dock.I suspect this may be...
View ArticleTroubleshooting • Re: Low Power Warnings
I just got a new one today, I'll let you knowStatistics: Posted by datorr74 — Fri Sep 18, 2026 11:05 pm
View ArticleAutomation, sensing and robotics • Re: Pi5 compatable relay boards
HiThe link to my purchase: https://thepihut.com/products/8-channel ... spberry-piConnected via the GPIO directly on to the Pi5. Many adverts show compatibility with Pi5 but when reading the specs,...
View ArticleRaspberry Pi OS • Re: Bug report
Additional information.running on PiZero2Wheadless install (PiOS 64 lite) 2026 SEP 18 ~5:30pm EST64G microSDlogged in SSHJackStatistics: Posted by jachaney — Fri Sep 18, 2026 10:25 pm
View ArticleRaspberry Pi OS • Bug report
Not sure where to report this, but I am having problems with my apt upgrade today.After doing the sudo apt update then performing sudo apt full-upgrade -y it reports two new packages:mkvtoolnix and...
View ArticleAdvanced users • Force Interlaced video on HDMI
Is there a way to disable EDID on the Pi3 HDMI port so that the Screen Configuration displays ALL available standards regardless of what the connected monitor is capable of?More discussion:I want to...
View ArticleGeneral discussion • Re: A Pi Pie Chart
If I confine the threads to one socket, the results can be compared to the single-socket systems upgraded with the same type of CPU.The result wasCode: $ ./pichart-openmp # Xeon E5-2699 v3...
View ArticleNetworking and servers • Re: wpi_supplicant
What model of Pi are you using and which operating system?Statistics: Posted by neilgl — Fri Sep 18, 2026 8:55 pm
View ArticleRaspberry Pi OS • Re: Remote upgrade failed
Well, I've seen this before. /etc/fstab had an incorrect entry, referencing xfs instead of ext4 for an external drive. That puts the system in emergency mode and the only solution is to comment the...
View Article