Raspberry Pi OS • Re: Raspberry Pi OS Lite does not work
Quite clearly the OS does work. It's apt that is failing.Not the same thing at all.Since increasing swap size improved things once, try increasing it further.An alternative would be to use a more...
View ArticleHATs and other add-ons • Re: CamJam Edukit Motor Controller Board Not Working...
Just did another little test and enabled the Serial Port option in configuration settings. This has had an interesting impact.Both LED’s now light up with the setting enabled on Pi 5, as on Pi 4B...
View ArticleOther projects • Re: Integrating Pi5 into a laptop
I am just unsure whether it is possible to split the signal from eDPNo it isn't. Any T-ing off of the signal will probably cause all sorts of electrical reflections and errors on these lines. Go for a...
View ArticlePython • Re: Anaconda -> Python 3.12
Last time I upgraded to Python 3.12, it didn't go well. None of my gpio packages were workingAnaconda from my experience from Windows installation, is a bulky software. You might want to stay away...
View ArticleNetworking and servers • Re: WiFi hotspot and DNS problem
Here's another approach to creating what you want. Use sdm.Copy the script below to your system and modify as desired. This is very basic but it will:Create a user (you probably want to change the...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
It's akin to trying to get a programmer to use an alternative programming language to what they favour. It doesn't matter that they could use the alternative; it's usually that they don't want to.I...
View ArticleTroubleshooting • Re: 2000 posts on problems with Pi, ssh & putty still...
Hmm. Selected the two grabs. Added a comment to each, then submit. Only the second one attached itself. The first is another screen grab that you've probably seen often - it's just that pop-up window...
View ArticleHATs and other add-ons • Re: performance of pi ai hat vs nvidia graphics card
thanksthe ai camera looks interestingturns out it is difficult to power a pi 5 by battery which is essential for a mobile robotlooks like pi 4 plus ai camera is the way to godont know how i missed...
View ArticleTroubleshooting • Re: Starting Chromium at login
Try this:Look for chromium .desktop file in /usr/share/applicationsCopy that .desktop file to the folder ~/.config/autostart (create that folder if it doesn't exists and check that the user owns...
View ArticleOther projects • Re: Removing USB ports from Raspberry pi
So i want to create a custom thing with the Raspberry pi, and i was wondering: what if i were to put my Raspberry pi in a really thin container? the USB and ETH Port are in the way, so i was thinking...
View ArticleOther projects • Re: Recording outdoor soccer/football
Hi, I am beginner and I want to record outdoor soccer/football games on a tripod, and I want to record the entire field, then I need a video camera that can get the entire field, fov 180° (usually the...
View ArticleSDK • Re: Can't create C++ projects via vscode extension
I deleted everything about vs code (%UserProfile%\.vscode for extensions, %AppData%\Code for settings and then removed vscode) and reinstalled it all and it worked.Statistics: Posted by shultays — Fri...
View ArticleTroubleshooting • [SOLVED] Starting Chromium at login
Great !It works !Thank you very much Fprietog.Statistics: Posted by genetin — Fri Jan 31, 2025 11:47 pm
View ArticleNetworking and servers • Re: Print Server - Lexmark Printer
I'm VERY confused. Is the printer connected to the Pi, or to a PC via USB? If it is on a PC you will need to share the printer to the network, not so fun since Microsoft did away with Workgroups... If...
View ArticleTroubleshooting • Re: RPI5 updating bootloader via SD issues (got files back,...
The Code: mount | grep sda did nothing for me. Any SD off the reader I load is put into my media file. Each SD card has 2 folders, bootfs and rootfs. I found my bookmark files in...
View ArticleAdvanced users • Starting TightVNC Server with Systemd
With no response to my previous post on accessing a Pi with Guacamole I've now changed tack and am using tightvncserver on the Pi instead of the regular RealVNC server. All I had to do was apt install...
View ArticleC/C++ • Re: C program to parse the revision code [UPDATED]
On my Pi4 running bookworm it just prints the headers and hangs?It is waiting for you to enter a line of text.(Yes, this is du^H^Hsub-optimal design, and, yes, at least it should issue a prompt, so...
View ArticleDebian • Re: Boot of Debian 12 encrypted on Raspberry Pi 4B 8GB
Solved!"UEFI Boot" is really a fantastic tool: I didn't notice the "Boot Maintenance Manager" item, which allows you to add an entry in the grub, navigating along the same path I found using the "EFI...
View ArticleOff topic discussion • Re: Remember the C.H.I.P. Single Board Computer?
Yes, I remember them, but not fondly. I had a PocketCHIP, the one that had a worse keyboard than a ZX81. Blecch.The company that made these (Next Thing Co: Get C.H.I.P. and C.H.I.P. Pro - The Smarter...
View ArticleAdvanced users • Re: Starting TightVNC Server with Systemd
https://github.com/gitbls/RPiVNCHowToStatistics: Posted by bls — Sat Feb 01, 2025 10:26 pm
View Article