Troubleshooting • Re: X11 on Bookworm - Updater Clock Synchronisation Error
But did the reboot sort the issue or did the change back to Wayland?I did try rebooting on X11. The updater on Wayland is a different program, I believe.Would have been interested to see what the...
View ArticleTroubleshooting • Re: bullseye64: red screen on SECOND boot
Thanks for the fast reply. Nope, no HDMI output when booted without an SD Card. Just the usual 4 LED blinks to say no/bad media. I must have an older bootloader.Thanks for the link re Steam Link. It...
View ArticleTroubleshooting • Re: Update process hangs during a fresh installation of...
Is there a bug tracking this so it gets addressed by adjusting the size in the OS images? I spent a few hours thinking it was my power supply and found that I had some poor cables for my bench supply...
View ArticleTroubleshooting • SSD's wont write faster than 45 MB/s... why??
Hi there.I wrote some posts about my issue, that I thought was ethernet issues, but now I got aware of, that it must be something else.I did some more testing with my Pi's. So far I only tested...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - How to Install Newest Neovim
https://github.com/neovim/neovim/blob/master/INSTALL.mdStatistics: Posted by memjr — Sat Mar 09, 2024 6:32 pm
View ArticleTroubleshooting • Re: Bookworm feedback thread
After some of the latest updates, my boot time has increased a little bit. Not much but it is still noticeable. dmesg output has no errors or warnings in it, it seems pretty standart. What could be...
View ArticleTroubleshooting • How to stream from rpi zero 2 w to iphone through udp
I managed to stream into any UDP device on the network with this command just fine, this is the commandRPI zero command to stream:Code: rpicam-vid -t 0 --inline --width 1920 --height 1080 -o...
View ArticleTroubleshooting • Raspberry Pi 6.1.0 OS Cron Job Configuration Issue: Running...
I'm facing an unexpected behavior with cron job configuration on my Raspberry Pi running OS version 6.1.0. When setting up a one-time cron job with specific parameters for both the day of the week and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Change Key Bindings [SOLVED]
I would start at the wiki https://github.com/WayfireWM/wayfire/wikiThey link an example wayfire.ini that you can use to customize your shortcuts in ~/.config/wayfire.iniYou can thereby override...
View ArticleTroubleshooting • Re: RPi3B+ isnt booting
is there a way to boot without external drives? like using internet? Statistics: Posted by GamerGridYT — Sat Mar 09, 2024 8:13 pm
View ArticleTroubleshooting • Re: Raspberry Pi 6.1.0 OS Cron Job Configuration Issue:...
Note: The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (ie, aren't *), the command will be run when either field matches...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Module 3 not available on RPi...
I cleaned my brand new cable, prepared a sd with imager, didn't change anything and connected the cables so the contacts on cam and RPi are showing towards the white part of the connector. Still "No...
View ArticleTroubleshooting • Camera from python script more zoomed in than from terminal
Hello. I have a Pi 4 with a camera module v2, via SSH, and need to capture a image, but when I go to do so, the image is more zoomed in than the terminal, which I have been using as the basis for my...
View ArticleTroubleshooting • Re: Power failure type b new behavior
Not sure what that error specifically describes, but you might want to try reflowing the PMIC. I suspect a bad solder joint.Statistics: Posted by jamesh — Sun Mar 10, 2024 7:53 pm
View ArticleTroubleshooting • Re: Camera from python script more zoomed in than from...
Have you checked the resolution is the same? I record at 640x480 using a Pi Camera 2 NoIR and it shows a smaller area than when I record at a higher resolution.Statistics: Posted by rpdom — Sun Mar...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - How to Change Keybindings X11
in X11 it uses openbox for the wm, plenty of how to's for configuring openbox.https://wiki.debian.org/Openboxjust keep in mind some stuff has been modified for raspberry specifically, so settings may...
View ArticleTroubleshooting • Re: Raspberry PI 3B WiFi not working!
I just bought a WiFi dongle so I don’t need any helpUsing a USB dongle does get wlanX working, but mine normally runs on batteries, which will have to be more powerful also powering the USB dongle.I...
View ArticleTroubleshooting • Re: Problem with Johnwill Monitor
Any pointers would be appreciated.Thank you for your help.Statistics: Posted by Mark_S — Sun Mar 10, 2024 9:49 pm
View ArticleTroubleshooting • Re: Performance options missing from raspi-config in bookworm
I've had same issues here (and more..) but got the Fan option back in Configuration after setting static display modes instead of auto setting!Don't ask me why.Was on Raspberry Pi 3 Model B rev1.2,...
View ArticleTroubleshooting • Bullseye + picamera2 + RPi 3B+ IndexError: list index out...
Night vision camera.Code: from picamera2.encoders import H264Encoderfrom picamera2 import Picamera2import timeimport RPi.GPIO as GPIOpicam2 = Picamera2()video_config =...
View Article