Python • Re: No objects found within the specified OU
If you don't get a reply, you may want to check/ask on the LDAP3 Issues page at https://github.com/cannatag/ldap3/issuesAlso, if you haven't seen it yet, here are some tutorials...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
The example seems to be missing an import of Preview.And also needs a QT preview 'option' set. (Because of the RGB888 format used)Code: from picamera2 import Picamera2,Previewfrom picamera2.encoders...
View ArticleRaspberry Pi OS • No Dİsplay When Overlay File System Enabled
I am trying to make my Pi read-only. I enabled both overlayfs and /boot/firmware write protected. But i can't get display when overlayfs enabled on my Pi5 GNOME Raspberry Pi OS. It just stuck in GDM...
View ArticleTroubleshooting • An app that works on Pi4 fails on Pi5
I have been using a Pi4 for a couple of years running various apps. I just got a Pi5 and one app (AirVPN client Eddie) will not run on the Pi5. I created a system disk with the correct 64 bit system...
View ArticleBeginners • Re: SPI Question
I presume you want to attach to a Pi?Sorry, yes I want to attach it to a pi. In another forum, someone recommended using an MCP23S17 port extender. I will probably try that if I understand the...
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
After a failure, post the output of:Code: sudo vclog -mThat should still work after a firmware hang, and possible could include some error messages.Statistics: Posted by dom — Wed Feb 21, 2024 1:26 pm
View ArticleTroubleshooting • Re: problems with rpi5
WINE in and of itself is not enough. You need an x86 emulation layer as well. Most Windows applications are compiled for x86 CPUs and all Pi use ARM CPUs. The two are not compatinle. Thank you for...
View ArticleTroubleshooting • Re: Unusable WiFi on RPI5 with active Cooler
Yes at last i did put the Pi ONTO the Router XD I tried now to remove only the Cooler Cable. It changed nothing. Maybe should i reset my Router?Some further questions:Is the Pi in a case? If so, what...
View ArticleFrançais • Pb X après mise à niveau vers Bookworm...
Bonjour,Je viens de faire la mise à niveau vers Bookworm (deb 12) qui c'est bien passé...Suite à cette mise à niveau, au redémarrage j'ai un écran noir avec juste le prompt... et pas de possibilité...
View ArticleTroubleshooting • Re: Grey screen on boot Pi5/4b
Some bad news... Even with the hdmi mode settings I was still getting that black/greyish screen at some point overnight. I am able to ssh and reboot it and most of the time it will reboot properly and...
View ArticleHATs and other add-ons • Re: Is A Grub-like Utility Possible With Raspberry...
EEPROMS are considered to have a finite life though precisely how long is a rather 'fuzzy' issueWhat is surprising to me that everyone calls it EEPROM here while it is 'normal' SPI flash...
View ArticleCamera board • Unable to Open Video Codec | rpicam-vid with libav | Bookworm
Hi everyone,I am trying to run this command to live stream the raspberry pi v3 camera to my RTMP server (using /dev/null as an output to eliminate any network issues):Code: rpicam-vid -t 0 --level 4.2...
View ArticleBeginners • Re: Asking for some guide RE a beginners' OS choice
Your shopping list is good. I had a Zero, Zero W, and now have a Zero 2. Everything was a struggle on the Zero and Zero 2. I find a Pi 4 with 2 GB the minimum for the development and learning phase....
View ArticleFrançais • Re: Pb X après mise à niveau vers Bookworm...
Si cela peut aider mon /var/log/Xorg.0.log :https://paste.chapril.org/?782cb964f44a ... QvZpNngNZEJMStatistics: Posted by Pti-Jean — Thu Feb 22, 2024 1:31 pm
View ArticleTroubleshooting • Xorg 1080p 60Hz 50Hz
/etc/X11/xorg.conf.d/98-1080-60.conf:Code: Section "Monitor" Identifier "HDMI-1" Modeline "1920x1080_50.00" 148.5 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +Vsync Modeline "1920x1080_60.00" 148.5...
View ArticleTroubleshooting • Re: `dm-tool lock` screen lock results in blank screen...
Try this: viewtopic.php?p=2173369#p2173369Statistics: Posted by klricks — Thu Feb 22, 2024 1:47 pm
View ArticleDevice Tree • Re: Change when HAT overlay is applied
I thought that might be the case. This is what I've ended up with:Code: # Disable HAT overlaydtoverlay=# Apply BSP overlay (generic to bsp)dtoverlay=bsp# Apply MAC address overlay (unique per...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
That sounds like your screen is picking up some wrong resolution from EDID when switched on.What is the output ofCode: xrandr --verboseIf there is more than one resolution supported by your screen you...
View ArticleFrançais • Re: gpio c++
quand je retire les ° et é ds_temperature[0] // temperatureExt = 22 C ds_temperature[1] // temperatureUniteExt = 21.5 C ds_temperature[2] // temperatureEchangeurExt = 22 C ds_temperature[3] //...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
What speed are you trying to run the NVMe SSD at? Gen 2 or Gen 3.Statistics: Posted by bjtheone — Fri Feb 23, 2024 1:31 pm
View Article