Raspberry Pi OS • Re: Stuck at update-initramfs: Generating...
6.6.51 exists/existed in 3 variants, quick updates have appeared and had to do with SD-card queing (A2 cards). This should not be an issue with Pi02W but maybe some other side effect. Maybe memory...
View ArticleGeneral discussion • Re: Way to display a formatted table in a post?
was hoping for something like this: https://www.bbcode.org/making-a-table-with-bbcode.php. But this site must only implement some minimal set of such tags?Statistics: Posted by tinker2much — Thu Oct...
View ArticleBeginners • Re: C Code aborting after For Loop
I only looked as far as printfs not always having line feeds ("\n"). Are you sure the output isn't being buffered? Try a flush on stdout (or add a line feed).Statistics: Posted by joan — Thu Oct 31,...
View ArticleRaspberry Pi Connect • Re: Pi Connect slow to recognise ISP's forced IP...
Would you be able to share the logs from on of these periods? See: https://www.raspberrypi.com/documentati ... nnect-logsThe Connect client sends a "heartbeat" to the server every minute, and the...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
- VNC has had changes due to default X11->Wayland, but for only remote operation, setting back to X11 is fine, although you might find better tips on this forum. I only use CLI for remote...
View ArticleTroubleshooting • Re: Green lines on monitor
that's your free sync monitor which will hause the issues. Do you have another monitor (TV) to test with?write a new OS image to a uSD, add below to the beginning of the kernel command lineCode:...
View ArticleBeginners • Re: Case Question
Might have better luck with a Pi2B/Pi3B case. Given your intended use, why do you even want a separate case?You'd have to watch out for the HDMI connectors with that. Also possibly the power connector...
View ArticleTroubleshooting • Re: Raspberry Pi 5, mic compatibility issue ?
I found the answer.When I plug a mic that is listed as a sound card and mic simultaneouslythe mic does not work.Click right button on the speaker icon and select 'Device Profiles...'and change the...
View ArticleRaspberry Pi OS • Re: labwc
There is still some work to done on LabWC, for the more esoteric requirements. For most people, it's much better in that it provides faster acceleration and uses more of the Pi graphics hardware,...
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
What makes you assume that this combi is going to work? Because of 40pin on display and adapter board? Sorry dude, that's a false assumption.Start small! Buy a known working display, get it up and...
View ArticleCamera board • Re: frontend has timed out v1.3 camera
Typically this means there's a problem with the hardware - either the camera sensor, connector cable or connector on the Raspberry Pi board. My first suggestion is to try re-seating the cable, and if...
View ArticleHailo • Re: AI camera with AI Hat+
Yes it is possible to use both AI Hat and AI Camera together while running different neural networks on each. Does that give any advantage? It's entirely dependent on your application and what you are...
View ArticleAdvanced users • Re: Zero2W - ethernet gadget speed versus wifi speed?
Does anyone have any data (or reasonable back of the envelope estimates) as to the relative speed of a Zero2W as an ethernet gadget - plugged into a modern Mac via a 5gbps hub - versus its own wifi? I...
View ArticleGeneral discussion • Re: Sign in with your Raspberry Pi ID
I don't know anything about the issue you're having and I'll be checking this thread to see the cause and fix.It appears the Foundation is only interested in two distinct markets. 1) Mass sales to...
View ArticleCamera board • Re: Strong local contrast in JPEG images
Our default tunings tend to be quite "punchy", mostly because we think that's what casual users tend to like, and that folks who care about such things wouldn't mind tweaking a few settings to better...
View ArticleBeginners • Re: Auto Run Python script error xdg_runtime_dir not set in the...
I use mplayer and autostart to play my mp3 songs in my eJukeBox Python3 script.I did notice I have to wait a few seconds before running the code to allow everything to get set up.Edit: After all the...
View ArticleTroubleshooting • Re: WARNING: Latest updates break RPIOS Lite + KDE Plasma...
As I said in the bug report, this got me going again.Code: apt install libwayland-client0=1.21.0-1 libwayland-cursor0=1.21.0-1 libwayland-server0=1.21.0-1Far from ideal I know, I can't update these...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
UPDATE 71. I got the first picture of the Board from the factory in Turkey (see picture below) 2. Some of the front panel options have arrived, I will assemble them later and post some pictures in the...
View ArticleHATs and other add-ons • Re: Using LoRa hat *AND* sensors?
Thanks! I'll give that a look! Statistics: Posted by bschuhma — Fri Nov 01, 2024 9:27 am
View ArticlePython • Re: UART communication between sensor and RPI zero 2W with python
"are TX and RX swapped (only important if you connect a RPi to a RPi)"That is not just for Pi to Pi.fixed, thanks.Statistics: Posted by DeaD_EyE — Fri Nov 01, 2024 9:32 am
View Article