Raspberry Pi Connect • Re: Set up RPi connect on RPI5 with bookworm --ALL...
Ok, The situation now is that i have had the RPi switch off overnight, and have just tried to see if things have changed at all?Powered up Rpi5 and waited a few moments, then activated my RPi Connect...
View ArticleGeneral discussion • Reinstall RPi OS after removing XFCE
how can i reinstall rpi os with wayland enabled after removing xfce (bookworm) ?Statistics: Posted by dennmtr — Wed Jun 26, 2024 7:36 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Here's what I've done so far:1. **Tested Raspbian Installation**: Installed Raspbian on a microSD card.2. **Enabled PCIe**: Edited "/boot/firmware/config.txt" to enable PCIe by adding: Code: #...
View ArticleNetworking and servers • Re: Nginx always redirects to https
I don't know Nginx very well (I mostly use Apache) but I suggest you start by looking at the /my-node-path/nginx.conf file to see if anything in there is trying to force an SSL connection.Also, what...
View ArticleDevice Tree • Re: failed to add spidev0.2 on pi 4b
Post your overlay(s) here so we can see where it's going wrong.Statistics: Posted by PhilE — Wed Jun 26, 2024 8:06 am
View ArticleTroubleshooting • mmc0: Card stuck being busy! __mmc_poll_for_busy
ive been having an error with my pi5 on a lexar uSD cardCode: May 14 11:46:58 raspberrypi kernel: Linux version 6.1.0-rpi8-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0,...
View ArticleGraphics, sound and multimedia • Re: Unsuable ffmpeg on Raspberry Pi 5
The htop shoes 80% usage on all cpus.$ lsusb -t/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M/: Bus 02.Port 1: Dev...
View ArticleBeginners • Re: How to access Pi with no monitor, no wifi
thagrol and kipThanks for your replies. You and this forum are great resources..I've looked into each of the suggestions from thagrol.Ad-hoc wifi seems like the best option for me. As I dug in it got...
View ArticleNetworking and servers • Re: Improve SSH communication?
If you ssh from a linux terminal you can look into creating an ssh config file. It allows you to set all kinds of defaults either for all hosts, or specific hosts, including using a Host parameter to...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
Run wireshark on the Pi to see what is happening.Statistics: Posted by pidd — Thu Jun 27, 2024 7:07 am
View ArticleGraphics, sound and multimedia • Re: Geekworm 790 for PI 5, inappropriate ioctl
From that wikiTo query the current input source information, if the resolution displays as 0, it indicates that no input source signal has been detected. In this case, you should check the hardware...
View ArticleNetworking and servers • Where/how to set dhcp range in NetworkManager?
Latest Pi bookworm with all updates. Using NetworkManager nmcli to do simple stuff I can put in scripts. Now I am stuck at setting the DHCP IP range. How? Where?There are about 45,000 web pages...
View ArticleTroubleshooting • Re: Raspberry pi failure
Have you looked at this?https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by kip_the_elder — Thu Jun 27, 2024 7:41 am
View ArticleRaspberry Pi Connect • Re: About rpi-connect 1.2.1
After installing 1.2.1 I was able to see complete desktop of RPi-4 on my smart phone, also zoom in and zoom out worked well, but after reboot not anymore...Statistics: Posted by California — Thu Jun...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - HDMI not working properly when...
I think that you've answered your own question. It's down to power. Though from the details you've given; the official PS should be enough...You aren't trying to power the screen directly from the Pi...
View ArticleTroubleshooting • Re: Swiss Keyboard Layout not working
You should be able to do it with the raspberry pi configuration tool on the accessories menu if you are using the GUI. I just tried it...it worked for me. You can also set up an alternative, so that...
View ArticleCamera board • Re: Simultaneous video and still picture
Thank you.From the look of that code the video and image are being consumed only within the python program. This is OK for what I want the image for, but the video stream needs to be passed on, so...
View ArticleRaspberry Pi OS • Re: Reinstall RPi OS after removing XFCE
you mean?I believe they were asking if there's any reason you can't simply install a fresh OS as one normally would, as you perhaps initially did.Trying 'sudo apt install raspberrypi-ui-mods' may get...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Reading register values from pi 4...
AIUI MPU6050 is just an I2C device, so why are you trying to go directly to the peripherals rather than using the Linux kernel interfaces for I2C and GPIO? The abstractions are there for good reason...
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 Article