Troubleshooting • Re: The orientation of a second 16:9 screen is not activated
As mentioned in the introduction to the post, I have tried everything.I tried with the OS ScreenConfiguration and when I select the correct screen and rotate it, it asks me to restart and when it...
View ArticleRaspberry Pi OS • Re: Can I Run a Full Linux Desktop Environment on a...
Thanks for everything you do! You've been a huge help to me, and I really appreciate your time. If I have more questions, I’ll be sure to ask. But it seems like you’ve already answered all of my...
View ArticleCamera board • Re: How to use the imx662 camera on Raspberry Pi Compute...
I am connected to CAM/DISP0.In the kernel log, I encountered the following errors. How can I fix them?====================================================================[ 4.724169] Bluetooth: hci0:...
View ArticleDevice Tree • Re: i2c overlays are not exposing 0,2,3 Pi5
There is a README in the overlays folder on purpose...'dtparam=i2c_arm=on'Will start I2C-1 on GPIO2/3'dtoverlay=i2c0-pi5' as no parameter is given it claims GPIO0/1.Code: Name: i2c0-pi5Info: Enable...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
--- Day 16: Reindeer Maze ---Code: (define (run seen from to dir) (cond ((equal? from to) '(0)) (else (let* ((nbrs (neighbors from dir)) (not-seen (filter (lambda (n) (not (member (cdr n) seen)))...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DT Overlay for lt9211d driver
No idea which driver you're using ('Lontium private driver') but the devicetree bindings for the upstream driver are in https://github.com/raspberrypi/linux/bl ... t9211.yamlRecommendation: don't...
View ArticleTroubleshooting • Re: Speech Recognition
There's an option marked Code draw a box round the code fragment and click that Code button.Statistics: Posted by DougieLawson — Sun Feb 23, 2025 8:38 am
View ArticleTroubleshooting • Re: Pi 2W won’t connect to WiFi, Pi5 will
Thank you I'll give that a try on my 3B system.Statistics: Posted by DougieLawson — Sun Feb 23, 2025 8:40 am
View ArticleOther • Re: How useful would a Windows 11 VM be on a Pi?
And it was, as are all current MS offerings (in the category of OS offerings), WINO (*) anyway.(*) Windows In Name OnlyP.S. I'm trying to remember the name of that previous PI/MS thing. "Windows IT" -...
View ArticleTroubleshooting • Replacement DA9091 PMIC
Anyone know if it's possible to source one of the above power management IC's to suit a RPi 5?I have one dead on the workbench and figured I'd try a repair if the parts are obtainable and save it from...
View ArticleBeginners • Re: openwrt to raspberry pi 3b
so i image openwrt-18.06.1-brcm2708-bcm2710-rpi-3-ext4-factory.img on a microsdthen updade it from interface to secont to latest openwrt-24.10.0-bcm27xx-bcm2710-rpi-3-ext4-sysupgrade.img.gzthen i...
View ArticleCamera board • no camera detected in rpi 5
i have been using imx219 and imx708 cameras, it was working fine with rpi5. i had some storage issues with the sd card so i installed a new os in a new card and now i am not able to connect the...
View ArticleTroubleshooting • bookworm and rpi zero w hates WIFI WPA2/WPA3
Okay, after 12 times I found it!RPi 0 W bookworm only connects to WPA/WPA2 under setup installer rpi-imager v1.9.0Pathetic!This was the previous encryption: mixed WPA2/WPA3 PSK, SAE (CCMP)I'll try now...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 5
I tried the resolution 854x480 on the pi 4 with many different configurations and I couldn´t find a way. In pi 3 this lines works perfect for me: Code:...
View ArticleAdvanced users • How to fix "xhost: unable to open display...
I'm executing a script as a service. When I'm executing this part :Code: sudo setterm --powerdown 0 --powersave off -blank >> /var/log/xrandr_debug.logsudo xset s off >>...
View ArticleTroubleshooting • Re: Raspbery PI4B only red light - no video
Yes, the official one.Statistics: Posted by skrinal — Mon Feb 24, 2025 8:06 am
View ArticleBeginners • Boot Menu Duplications
Hello everyone @ the forums i was checking the new boot menu screeni see duplications during the process is there any actual reason or its a bug?thanksStatistics: Posted by acheron_oscura — Mon Feb...
View ArticleRaspberry Pi Desktop for PC and Mac • Installing Debian versus Raspberry Pi...
As others have pointed out, Raspberry Pi Desktop hasn't been updated in a while and some have recommended installing Debian instead. The installation process for Debian on a PC seems to be identical...
View ArticleBeginners • Re: Adding Wireless USB Dongle
Thanks all.I have re-started with just the Bookworm 64-bit install, and entered the wifi details as part of the imaging process. Upon first boot to the desktop I could see the message that the Pi was...
View ArticleAI Camera - IMX500 • Re: Nanodet object detection with two imx500 cameras
Hi therealdavidp,I confirm using pi5. There is no issue if you use one camera even if you have both attached. the problem is when you try to utilise them simultaneously where most of the times you can...
View Article