Python • 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 ArticleMicroPython • Re: Print the contents in Thonny shell
In my experience it's not uncommon to find copy-and-paste changing the formatting; dropping or minimising white space, adding or removing newlines, replacing some characters with something else. It...
View ArticleRaspberry Pi OS • Re: badblocks 32 or 64 bit?
Thanks for the reply. The drive has default block size of 4096 bytes (from cat /sys/block/sda/queue/physical_block_size)I tried "-b 8192" and it now has started OK. The estimated run time is in days...
View ArticleNetworking and servers • Re: Pi homelab build...
The Universal tray print failed. Bed adhesion problem. Applied the "Glue Stick" fix and am running the print of the PI5 trays as those are more vital to the cluster. Once that is done I can do the...
View ArticleTroubleshooting • Re: 2000 posts on problems with Pi, ssh & putty still...
I just ran into this problem with putty. Since I was trying to automate it for use in a menu, I used the following putty command line:Code: putty -geometry 132x54 -fg black -bg white -ssh -l...
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 ArticleRaspberry Pi Connect • Re: screen sharing fails on 2 pis w/o...
I think more information would be great, and that rpi-connect status would be the better place. That command is a query about services, you would just be adding information about related services....
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 ArticleOther • Re: Script to validate all sectors on SDcard for integrity test -...
You'd be much better to just use the established tool designed for this purpose, f3 (available in APT). It doesn't require a large amount of free space on the running system for the random data file,...
View ArticleOfficial Display • Re: 3D Print VESA + Nail Hooks
Looks like the nail hooks are 55mm apart from each other center to center based on this image from the documentation. Unfortunately the full Mechanical Drawings do not include the offsets for the...
View ArticleC/C++ • Re: C program to parse the revision code [UPDATED]
Another larger update, to handle the CM5, 500, and CM5 Lite. I also replaced the code in the original post, for those who don't look this far.Code: /* A C program to decode the pi revision string *//*...
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 ArticleTroubleshooting • Re: Pi 400 dosen't boot after full-upgrade, Solide green...
make sure the monitor is powered and connected BEFORE you power the PI.otherwise the PI<>monitor interrogation wont work.Statistics: Posted by terribleted — Sat Feb 01, 2025 10:30 pm
View Article