Camera board • Re: No camera options in berry Pi Configuration
Please go through the following post:viewtopic.php?t=362707and follow the instructions exactly.Statistics: Posted by naushir — Fri Jan 05, 2024 12:10 pm
View ArticleTroubleshooting • Re: vc4-drm gpu: [drm] *ERROR* Failed to allocate DLIST...
Great. Does that fix happen with apt update or does it need rpi-update? (I thought there was already a fix accomplished with the latter.)One issue had been identified and fixed. Another has raised its...
View ArticleGraphics programming • Tearing with GLFW/OpenGL
Hi, all.I've been relearning OpenGL using GLFW. (On my previous attempt I was using GLUT but that seemed to corrupt memory.)Initially I thought it was doing OK, with smallish windows, but when I made...
View ArticleRaspberry Pi OS • LXterminal display issues (Unicode)
I'm using NALA to replace APT, this has fancy Unicode boxes etc... when I use NALA in Lxterminal I don't get the Unicode boxes but ASCII charactersIf I SSH into my web server using REMMINA I do get...
View ArticleTroubleshooting • Re: Mouse not working
Tried to install raspberry pi at lest on 4 SD cards Describe exactly how you are doing this.Statistics: Posted by pidd — Sat Jan 06, 2024 11:58 am
View ArticleItaliano • Raspberry PI 5 - problema HDMI
Ciao a tutti, sono un informatico (programmatore) con poca esperienza Linux.Ho recentissimamente comprato un PI5 con il suo Starter Kit, ho usato Raspberry PI Imager per scrivere l'immagine del...
View ArticleTroubleshooting • Re: Which OS version for Pi3?
Bookworm will probably use more memory than legacy Bullseye and 64 bit will probably use more memory than 32 bit.If memory is not an issue I'd go for Bookworm, if it is then Bullseye 32-bit.Other...
View ArticleGeneral discussion • Re: integrating 10.1 inch lvds/rgb touchschreen with...
Your screen is RGB, not LVDS.Look at the DPI spec and the app note here https://www.raspberrypi.com/documentati ... -interfaceStatistics: Posted by aBUGSworstnightmare — Sat Jan 06, 2024 12:09 pm
View ArticleAdvanced users • Re: Read only file system problems for network booting Pi 4's
I not sure yet, but the read only file system problems seem to be related to starting a telnet session with the Pi. But, this doesn't affect all the Pi's each time, only some, and often the same...
View ArticleTroubleshooting • Slow performance on 4k on Pi 5
Hi Folks,I'm having 4k performance issues on Raspberry Pi 5. It correctly detects 4k60hz on my TV, but VLC and Kodi are painfully slow at playing 4k videos from a USB hard drive. 1080p movies are...
View ArticleOther RP2040 boards • Re: Custom RP2040 board XOSC boot issue.
I've used that crystal on a number of designs; I use 27pF rather than 30pF but I doubt that makes the difference. My layout isn't identical to yours, but there's little to choose between them.I don't...
View ArticleGeneral discussion • Re: Pi 5 PCIe Gen 3 SSD Performance M.2 vs USB 3
People are seeing error in the logs for PCIex3 though not drive problems.What's the 4k benchmarks like?You can runhttps://pibenchmarks.com/Use the same name for each so you an compare easily.It also...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
kde2lee64 is now listed!AOSP14 is also added for Rpi4 and Rpi5Thank for you adding AOSP 14 for rpi 5. I shall try that and provide feedback.Tested dual boot AOSP 14 and Ubuntu on a sata SSD for Rpi...
View ArticleTroubleshooting • Re: 'command not found' but only when running daphne using...
Either1) configure things so you can run on port 443 without sudo, or2) install it with sudo (whatever that means)Option one is the more secure way of doing it.This shows go to allow port 80 without...
View ArticleItaliano • Re: Raspberry PI 5 - problema HDMI
provare su una TV diversa: è un'idea, ma sono dubbioso perché ho già provato tre dispositivi HDMI (un monitor e due diversi switch HDMI) che funzionano tutti bene con altri dispositivi e nessuno dei...
View ArticleMicroPython • start timer after "if" statement
I am trying to start a timer after a push button has been pressed.Now I don't actually know how best to do this.I thought the following, but this gives an error:OSError: [Errno 12] ENOMEMis this...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
The asymptotic runtime of checking all pairs is n*(n-1)/2 where n is the number of galaxies. On a grid that is M by N there could be at most n=M*N galaxies, which leads to a worst-case runtime that...
View ArticleAdvanced users • Re: :!: Please Help :!: Use 2 SQuare 1440x1440 Lcd screens...
In your video you appeared to be driving two displays. Does it work any better when you only drive the stereo vision display?Statistics: Posted by AndyD — Sun Jan 07, 2024 11:45 am
View ArticleTroubleshooting • Re: Realtek rtl9201R USB Case
I have this case. It worked well with my RPi4s, however with the RPI5 I got an issue similar to what you are describing.Have you tried forcing the usb-storage driver rather than the UAS driver?This...
View ArticleMicroPython • Re: start timer after "if" statement
What line causes the error? Please post *full* error messageStatistics: Posted by DirkS — Sun Jan 07, 2024 11:54 am
View Article