Troubleshooting • Re: Using Private Internet Access VPN and using Split...
This is before you pay for three years in advance and have had absolutely NO problems with the service. I guess you have to be omniscient and ask IN ADVANCE if they support Split Tunnel on Raspberry...
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
Have now gone away, sadly the use of the MIDI library in Processing still produces an null pointer error.Which midi library are you trying to use? I could find a couple: one that hasn't been updated...
View ArticleAdvanced users • Re: Looking for advance debug methods for non-booting...
It needs to be FAT (e.g. fat12, fat16, fat32, but NOT exFAT)Depending on model, it needs to find certain files, like bootcode.bin, start.elf.I also see that NOOBS needs SETTINGS partition to be...
View ArticleGeneral • Re: How to verify the environment information in which the uf2 is...
There are a variety of Linux commands which detail '.elf' use, which will reflect '.uf2' use. You'll have to Google to determine what's available.Statistics: Posted by hippy — Sun Apr 14, 2024 3:16 pm
View ArticleTroubleshooting • Re: How to use Live stream feature on Raspberry Pi?
How are you connecting the Pixy2 to the Pi4? If via USB what does this command show?Code: v4l2-ctl--list-devicesStatistics: Posted by neilgl — Sun Apr 14, 2024 3:32 pm
View ArticlePython • Re: Installing Pushbullet
pi@alarmpi:~ $ sudo pip install pushbullet.pyerror: externally-managed-environment× This environment is externally managed╰─> To install Python packages system-wide, try apt installI suspect you...
View ArticleBeginners • Re: Passwords or encryption keys are required to access the wifi...
You did not mention any Waveshare stuff in the original post otherwise we would have easily spotted that……Statistics: Posted by neilgl — Sun Apr 14, 2024 3:34 pm
View ArticleRaspberry Pi 400 • Re: Screen doesn't work
The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If you get no...
View ArticleTroubleshooting • Re: Problem with libcamera-hello on Raspberry Pi
Are you running Raspberry Pi OS (64-bit) with desktop on that Pi4 ?How much RAM does the Pi4 have?Statistics: Posted by neilgl — Sun Apr 14, 2024 3:57 pm
View ArticleGraphics programming • Re: DRM overlay plane
Are you running with a desktop?Statistics: Posted by jamesh — Sun Apr 14, 2024 4:01 pm
View ArticleRaspberry Pi OS • Re: Zip7 question
Sorry, I am very new to Linux. I tried Archiver but it just shows the files downloaded and I do not know how to make them install nor put the icon on the desktop to access it. I guess I will get it...
View ArticleGeneral • Re: Pi Pico Project
Is this a continuation of your previous thread?viewtopic.php?p=2185286#p2184859Yes it isStatistics: Posted by AdenEwald — Mon Apr 15, 2024 3:42 pm
View ArticleBeginners • Re: Hardware dying? Rather new Raspi 2B...
Are there any hardware components attached that could be faulting?Statistics: Posted by DS256 — Mon Apr 15, 2024 3:46 pm
View ArticleCamera board • Re: Arducam Multi Camera Adapter with Picamera2
You've answered your own question - you need to call close to release all the resources before you can switch camera modules. It's the only way to get back to the "Available" state shown in...
View ArticleBeginners • Re: Cheapest NAS Possible Pi 3 B+ vs Pi 4 2/4GB
The 3B+ is two models (7 years?) out of date. Its impressive that it remains available.Given the tiny price increases over time it seems pointless to me to even consider the 3B+ given the obvious and...
View ArticleAdvanced users • Re: Autoboot/tryboot not working on CM4
Problem identified. There was a path in secure-boot that caused this flag to be cleared.I've pushed a fix to https://github.com/raspberrypi/rpi-eepr ... -04-15.bin@nowls If you are able to verify this...
View ArticleCamera board • Re: Global Shutter Camera with RPi5 flipped V and BGR
viewtopic.php?t=367236sudo rpi-update pulls/6027 appears to be the current fix..PR 6027 is merged, so plain "sudo rpi-update" will get a kernel with that fix in it. Using the pulls/<PR> syntax...
View ArticleCompute Module • Re: CM3 leds
Here is the CM3 log:Code: pi@raspberrypi:~$ cat /sys/kernel/debug/devices_deferredledssoc:virtgpiopi@raspberrypi:~$ dmesg -l err,warn[ 2.860522] Core Release: 2.80a[ 2.862886] Setting default values...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 and DSI custom display
Yes, I actually navigate in the dark.It's okay that 'chipone-isn6211.c' is not a library but a driver, but I still haven't understood two things:1) is this driver included in a standard kernel?No, but...
View ArticleTroubleshooting • Pi 5 rtc not working when rtc battery charging is activated
My real time clock is not working when i activate rtc battery charging for the connected rtc battery (https://www.raspberrypi.com/documentati ... -clock-rtc) As soon as i add...
View Article