Advanced users • Re: Getting Started with Network Manager
A proven way of working (so completely headless remote) is to do the swap from dhcpcd to NetworkManager already in the running Bullseye installation. nmcli can do really complex things but as we all...
View ArticleTroubleshooting • Re: Wpa supplicant is totally broken on the Zero 2 W
I have just tried flashing an sd with a windows computer here at work (I can't test the sd now as I don't have the pi here).I used rpi imager 1.8.5 and used the special ctrl shift x menu to configure...
View ArticleTroubleshooting • Re: 'date' returns incorrect date/time?
My systemd-timesyncd is running:Code: systemctl status systemd-timesyncd● systemd-timesyncd.service - Network Time Synchronization Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service;...
View ArticleGeneral discussion • Re: Cloudflare checks if I am a human - forever - on...
I encounter this on Ubuntu on Firefox(ppa version) and Chromium(debian version). Here, the solution is to use Vivaldi browser.Statistics: Posted by talker1 — Sun Jun 30, 2024 5:07 am
View ArticleGeneral • Surprising performance disparity
Hello,I've been hacking a bit on Miroslav Nemecek's PicoQVGA (https://www.breatharian.eu/hw/picoqvga/index_en.html)While adding double-buffering support, I came across a huge performance pitfall from...
View ArticleBeginners • Re: Creating a log of a script
I hate to say it, but I looked it up online and found a way to do it that I was comfortable with the tempting.What does that mean? I'm not asking about any technical issue here - not seeking...
View ArticleCompute Module • Re: Possible to use SPI and i2c with DPI??
Yes, that's possible. Look at the Hyperpixel overlay for an example.Hyperpixel uses a bitbanged I2C for comoatibility reasons. You can use HW I2C from GPIO10/11 if your display will be used with...
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
If you are using raspberry pi zero 2 w, you can download the 32-bit legacy OS on the Raspberry Pi Imager so you don't have to face this problem.This may be due to the new 32-bit OSIt was explained...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 and M2 Hat+ Module PCIe Issue
The PCIe connection is NOT hotpluggable!Only one of these is needed as it's the same function.Code: dtparam=pciex1dtparam=nvmeif the power LED on the HAT+ went off your hotplug attempt must have...
View ArticleBeginners • Re: Plex and Pi-Hole
Many thanks for the adviceI am a very ancient and very retired person who just likes to dabble with computers.I bought a Pi 5 just after it came out an since then I have been experimenting with it....
View ArticleHATs and other add-ons • Re: Is using a DC 12v 1.05A pc fan safe for my...
Its a 4 pin header so I cant just detach the blue wiresorry, but that's wrong!How do you connect anything to that fan? There is no fan connector (neither 3 not 4 pin) where one can connect such a PC...
View ArticleTroubleshooting • Re: Raspberry pi 5 voltage issues
I just checked the exact power supply I bought and it's this one:https://es.aliexpress.com/item/10050065 ... ry_from%3AI was wrong, it does provide 5A although, despite the reviews, it doesn't work...
View ArticleAdvanced users • Re: Industrial machine on rpi5
For option 1 you should probably have an orderly shutdown procedure that sets the external hardware (sensors, actuators, etc.) to a known state before powering off. Or, you don't care, and set all the...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Hi,unfortunately I have to come back to my original question (see posting above) sinceQ: How to enable advanced reboot options?A: Settings -> System -> Gestures -> Power menu -> Advanced...
View ArticleGeneral discussion • Re: Raspberry Pi 4 Model B Boot/display Issue
on the diagnostic screen look at the display lineif there all 0 then your screen is not detectedyou need a legit power supply, made for pc's, not a charger made for charging batteries.the voltage...
View ArticleRaspberry Pi OS • pi os and zfs
HiLooking to move my rootfs onto zfsGot a pi5 with dual nvme I have done a piclone from sd to nvme0 - so I have 2 partitionsI have cloned the /boot partition from nvme0 to nvme1 - also cloned the...
View ArticleBeginners • Re: Pi Zero 2 W stuck out of the box
Thanks. I tried PI-OS-LITE(64Bit) and had roughly the same problems. Isn't there some expectation that the Pi-Zero2W will be able to run something canned.... something out of the box without horsing...
View ArticleBeginners • Re: Advantage of Raspberry Pi camera VS standard USB HD
The main advantage of the Raspberry Pi camera module compared to a standard USB webcam is its integration. Since it connects directly to the Pi via a dedicated port/connector, setup and usage are more...
View ArticleCamera board • Re: how to enforce HQ camera record high FPS video?
The legacy camera stack (raspivid/raspistill/picamera) has been deprecated for several years now, replaced by libcamera.The legacy stack only supports v1, v2, and HQ camera modules. V3 and GS are only...
View ArticleCamera board • Re: GS camera ,black flash promblem.
Running through VNC is a bad idea, it adds a huge amount of latency to the camera output. Consider that the camera software displays on to the desktop. But VNC then has to capture that image, encode...
View Article