Quantcast

Troubleshooting • Re: Turn off the Video output from the Raspberry Pi5?

I tried:WAYLAND_DISPLAY="wayland-0" wlr-randr --output HDMI-A-1 --onand got:failed to apply configurationThen I tried:wlr-randrand got:HDMI-A-1 "VIZIO, Inc D24h-J09 (HDMI-A-1)"So I...

View Article


Troubleshooting • Re: Desktop Shutdown... menu on RPI5 OS does nothing

I had a similar problem. Several packages were being held back including wf-panel-pi. Check with sudo apt update if this is the case and if so use sudo apt --with-new-pkgs upgrade <list of packages...

View Article


Troubleshooting • Re: RPi4 EEPROM corrupted

Heres my new infohttps://pastebin.com/uDDVA140i still get no hdmi when the sd card is not insertedWhat did you change between first and second post of raspinfo?You now have hotplug on HDMI0, but no...

View Article

Troubleshooting • Re: Waveshare 2.8" tft

I got an answer from waveshare https://www.waveshare.com/wiki/2.8inch_ ... figurationBut haven't tried it yet..Statistics: Posted by gordon77 — Fri Apr 11, 2025 11:26 am

View Article

Troubleshooting • Re: Bookworm: Error during sudo apt upgrade - kernel...

That was it. I don't recall installing this, but I must have last year, and found that this command seems to completely remove it.Code: sudo rm -rf /etc/modules-load.d/anbox.conf...

View Article


Troubleshooting • Re: PI400 will not boot

Have you read... https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by gordon77 — Fri Apr 11, 2025 1:10 pm

View Article

Troubleshooting • Rpi4 shutting down after last update

Hello,Since the last update I've noticed that my rpi4 (running standard debian) will shut itself down if left unattended.I tend to leave the pi busy with the screen turned off while its busy...

View Article

Troubleshooting • Displaying X-windows apps from Pi on macOS

I just started using a Raspberry Pi 4 Model B which I flashed to "Debian GNU/Linux 12 (bookworm)" using the Raspberry Pi Imager. I'm trying to display X-windows apps back to a Mac (macOS Sequoia 15.4)...

View Article


Troubleshooting • How can I properly install MediaPipe on Raspberry Pi OS...

Hi everyone,I'm trying to install MediaPipe on my Raspberry Pi 4 running Raspberry Pi OS Legacy (32-bit) with Python 3.9.2, but I've been facing multiple issues.Here’s what I’ve tried so far:Tried...

View Article


Troubleshooting • Re: Displaying X-windows apps from Pi on macOS

Follow up to this ... weirdly (or at least, I wouldn't have expected it), moving the '-X' after the Pi's IP address allowed things to start working (so "ssh <Pi's IP addr> -X"). Once logged into...

View Article