Python • Re: Raspberry Pi Scripts stops running after a while.
You can also check the system log files for events, /var/log folder.Sorry for not getting back.... Be a month for me. I have been through the /var/log folder and nothing seems to indicate anything...
View ArticleAdvanced users • Re: Setting up my rpi in wifi ap mode without sharing gateway
To serve DHCP, NetworkManager will simply spawn a standalone instance of dnsmasq which you can configure.You can drop dnsmasq configuration in /etc/NetworkManager/dnsmasq-shared.d/ - like...
View ArticleGeneral • Re: ETM instruction tracing for RP2350
Thanks @gmx and @czietz.It works now. Now I just need to slow down the Pin speed as the default 75 MHz are way to unstable for my flying wire setup Nice! Ah, try to tune PADS driving strength for each...
View ArticleHATs and other add-ons • Re: Powered relay board help
Ah thanks, that diagram helps. Can I switch them independently with the red input looping across all 3? Also wouldn't I need 3 negative outputs rather than the one if I'm controlling 3 motors for...
View ArticleCompute Module • Re: Alternative to USB‑C for High-Speed Data & Video in...
I might be egged in this forum, or tarred & feathered, but my suggestion is to switch to a different platform: NVidia Jetson Orin.This is much more powerful in terms of computation power. You get...
View ArticleLinux Kernel • Re: Linux 6.12.y stable release for April 2025
Thanks, Could you pls suggest a last stable commit of rpi-6.12.y branch?It's not stable, it's still under test. The most stable version of 6.12 is 6.12.20 installed using apt update and apt...
View ArticleTroubleshooting • Re: Windows Remote Desktop
Switching to X11 worked! I will make a note of that for future reference. Thank you!Statistics: Posted by KatManDEW — Tue Apr 29, 2025 7:05 pm
View ArticleOff topic discussion • Re: AI is dangerous
Will we be able to create new jobs at the same rate as AI will take over the old jobs, that is what is bugging me. We have a global crisis in our hands. Maybe the "most widespread" economic depression...
View ArticleGeneral • Re: RP2350-E16: Can debug key installation compensate for...
Ah, I guess the glitch overrides also those keys, and inadvertently activates RISC-V debug module access:In the case of guarded reads, the first failure mode can result in the guard read check passing...
View ArticleGeneral • Re: problem with a very simple circuit
Hmm, a sketch could be more precise than some 200 words. Also called 'schema'.Perhaps try to add a 10k resistor between base and GND.A debug approach would be disconnect the GPIO and connect this side...
View ArticleBeginners • Change icon theme to Adwaita on Bookworm
Before Raspberry Pi OS used Wayland, I opened lxappearance and changed icons to Adwaita.Now that doesn't work, and I've tried countless of other ways in the terminal, but nothing sticks. Anyone have a...
View ArticleUbuntu • Re: Raspberry Pi 5 sluggish performance
I agree with the others it's an Ubuntu problemtry the raspberry os desktopStatistics: Posted by kerry_s — Wed Apr 30, 2025 7:33 pm
View ArticleHATs and other add-ons • Re: Does a True DAC HAT Exist - not an audio DAC
There is the ADC-DAC Pi Zero which has two DAC channels that can be controlled through the SPI port. The DAC can output 0V to 2.048V or 0V to 3.3V depending on the gain setting.Statistics: Posted by...
View ArticleSDK • Re: Debugging A/B Partition booting
The issue here is you’re using embedded partition tables in the binaries (5.1.14 in the datasheet), rather than a fixed partition table at the start of flash (5.1.13). This means the bootrom is doing...
View ArticleNetworking and servers • Re: Pi Server without forward (how use ip6v)
or use rpi-connect https://www.raspberrypi.com/documentati ... nnect.htmlWell, that raises a good question for OP. What services do you need to run between the 2 PI's?My first question little bit...
View ArticleDevice Tree • Fedora 42, Raspberry Pi and gpio-fan overlay
Hello everyone!Sorry if I'm missing something.I need to put on the internet a service my friends can access.Previously such service was implemented on Fedora 34, for security’s sake I thought an...
View ArticleTroubleshooting • Re: Extra arguments in /proc/cmdline disabling HDMI sound
I get sound output with Code: speaker-test -D sysdefault:CARD=vc4hdmi -c2Thank you for all of the troubleshooting help.I'm still not getting any sound when streaming via steamlink from my Windows PC....
View ArticleGraphics, sound and multimedia • Re: short Video playback under python...
There is no hardware H264 on Pi5 (and I assume the CM5)See https://forums.raspberrypi.com/viewtopic.php?t=378329Statistics: Posted by neilgl — Wed Apr 30, 2025 8:14 pm
View ArticleBeginners • Still a Beginner so guess it belongs here...
I continue trying different very small projects most don't succeed from Sunfounder. Unfortunetly it may very well be my own doing. I started getting into computers pre-1990's I didn't know much more...
View ArticleBeginners • Re: Change icon theme to Adwaita on Bookworm
Code: gsettings set org.gnome.desktop.interface icon-theme 'Adwaita'logout or rebootundoCode: gsettings set org.gnome.desktop.interface icon-theme 'PiXflat'Statistics: Posted by kerry_s — Wed Apr 30,...
View Article