Troubleshooting • Re: Recent update broke using Pi5 on KVM switch
Sorry, that was my fault, I missed out a patch in the latest version. I've pushed out libliftoff0 0.5.0-1.1+rpt2 which will be available later this afternoon and fixes this.Confirmed, this fixes it....
View ArticleTroubleshooting • Re: Changed cmdline.txt - Stuck in initramfs
Thanks very much. Was a bit more of a pain due to my setup (m.2 on a Base Duo) but it worked a charm and we are back up and running.Glad it helped!Statistics: Posted by ajh158 — Wed Apr 09, 2025 7:30 pm
View ArticleTroubleshooting • Extra arguments in /proc/cmdline disabling HDMI sound
According to the documentation, By default, HDMI audio output is enabled on all Raspberry Pi models with HDMI output.I have a fresh install of bookworm running on a raspberry pi 3 model b rev 1.2,...
View ArticleTroubleshooting • Re: rPi4 Bullseye temporarily loses nfs connection
Before I do, anything else I can look at?Intermittent problems like this one are difficult to diagnose. I'd carefully store the SD card causing trouble and image a new one. Whether the newly imaged...
View ArticleTroubleshooting • FFMPeg not able to detect device for
Hello everyone,i have been using my Raspberri Pi 5 (16 GB) with Pi OS 64 Bit for at least half a year for gaming using moonlight-qt on the Pi. I had it successfully running in 4k 60 FPS without any...
View ArticleTroubleshooting • Re: FFMPeg not able to detect device for
hevc_v4l2m2m has never been supported as that is the stateful HEVC decoder in FFmpeg.In switching to the 6.12 kernel there was a deliberate choice to switch to a driver that will be closer to that...
View ArticleTroubleshooting • Re: blown chip near gpio
Post an image of the area in question. You may need to resize it down due to the 512kB limit on file uploads to this forum.Statistics: Posted by 6by9 — Thu Apr 10, 2025 4:55 pm
View ArticleTroubleshooting • Re: Extra arguments in /proc/cmdline disabling HDMI sound
cmdline.txt != config.txtDocs say /boot/firmware/config.txt.snd_bcm2835 mentioned in the command line is the legacy firmware audio driver, and is irrelevant when using dtoverlay=vc4-kms-v3d.If you're...
View ArticleTroubleshooting • Re: framebuffers and hotplug
hdmi_force_hotplug is a parameter for the legacy display stack. The legacy display stack never supported hotplug in any meaningful way, and framebuffers did persist until eternity once allocated. This...
View ArticleTroubleshooting • Re: NVMe Base Duo
I don't know what to say about your password. I've not come across a password on a disk before.I'm not an expert on mounting on startup either but I have a USB stick that I mount automatically on...
View ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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