Official Display • Re: Raspberry Pi 5 with official 7” PITFT screen. CLI...
Code: video=DSI-1:800x480M@60,rotate=180is the reason why your screen is inverted! So who has added the rotation to kernel command line if not you?That was added by me, trying to get the screen to...
View ArticlePython • Re: VENV and Missing Package
On a Pi 5 running Bookworm 64-bit, I created a venv (without system packages) activated it and installed paho-mqtt via pip. However, pip install bluepy failed "...Running setup.py install for bluepy...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
Go powerline, 100%. You’ll get real bridging and most likely stable and sufficient performance.Just make sure you can return them (don’t toss the packages) in case of an unforeseen problem with the...
View ArticleTroubleshooting • Re: Need help with Telepot
Have removed the comma without success. Always the same error message??Statistics: Posted by Eddy25 — Tue Feb 06, 2024 7:15 pm
View ArticleTroubleshooting • Re: HDMI ports destroyed
You cannot kill the HDMI ports just by changing the frequency, or we would have a lot of dead PisHave you tried changing the lead? Tried different displays?How did you change the frequency?Statistics:...
View ArticleGeneral discussion • Re: Pi 5 and USB cameras
Technically rpicam-apps are targeted at CSI2 attached cameras.Tru Dat.Statistics: Posted by jamesh — Wed Feb 07, 2024 7:09 pm
View ArticleAdvanced users • Re: Errors during upgrade ...
In place upgrades between major OS releases has never been recommended. If you absolutely must do it a forum and/or web search will tell you how.And I strongly recommend that you clone your SD card...
View ArticleTroubleshooting • Re: Inquiry about uBlock Origin and h264ify Extensions in...
I cant remove these two extensions no matter what I do. They just come back.Statistics: Posted by tbandtg — Wed Feb 07, 2024 7:22 pm
View ArticleGeneral discussion • Re: Raspberry pi 5 with 500GB NVMe strange behavior.
Did you dislodge or damage the PCIe ribbon cable that goes from the Pineberry board to the Pi 5?Are you running this at PCIe 3.0 speed? /boot/firmware/config.txt will have dtparam=pciex1_gen=3 if its...
View ArticleTroubleshooting • Re: How to fix broken/missing Kernel after failed upgrade
Yes. Your split is correct.Statistics: Posted by dom — Wed Feb 07, 2024 7:31 pm
View ArticleTroubleshooting • Problems using Raspberry Pi PicoW with FreeRTOS
I want to use picoW with FreeRTOS. I sort of have it. My directory structure for the project is below. In src/main.cpp I have the following and it works fine. I get different tasks...
View ArticleTroubleshooting • Re: no HDMI on TV
I am out of ideas. Any idea of what I could try ?Remove any custom settings from config.txt and cmdline.txt (switching back to a fresh sdcard install may be best to be sure).Looks like your TV has 4...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
Generally start a new topic.I'm not sure on Windows 11, but as far as your upload using SWD issue could you please start at the very beginning and tell us exactly which hardware debug dongle you are...
View ArticleTroubleshooting • Re: Cron job on bookworm
I poked around today, I have no clue how to deal with an init script. I see there are a bunch of them in /etc/init.d .Can someone point me to some reading, I'm using Bookworm?Thanks,Statistics: Posted...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
For a NAS you should really use two storage devices: one for the OS and one for the NAS data. Doing so makes it much, much easier to upgrade the OS or fix it when it or the drive is broken.Which media...
View ArticleGeneral • RP2040_SKELETON Cannot find source file:
I have looked at the RP2040_SKELETON sample to start building a project with a number of external librarieshttps://github.com/daveythacher/RP2040_SKELETONTo start with I have tried to take some...
View ArticleTroubleshooting • Re: Desktop Manager Is Not Active error after setting up...
Thank You! I had looked at the guide to create my original autostart file, but didn't realize the difference between the autostart file and the .desktop files that launch after login. I created the...
View ArticleBeginners • Re: Raspberry PI B
One reason desktop might not run on the early B is lack of memory. Increasing the amount of swap may get it working, albeit very slowly and at the cost of increased wear on your SD card.I wondered if...
View ArticleGeneral • Re: WiFi configuration without a display
You could also use IPv4 Link-Local Addresses (lwip's AUTOIP), but then you don't have prior knowledge of the address (can't print it on a label). In that case, you'd need some kind of configuration...
View ArticleMedia centres • Re: Plex Server "blank"
You installed Plex server on your pi?Or your trying to play from plex?Usually you don't consume the content on the server, you install the server on a NAS, and stream from the Plex app on kodi or...
View Article