Troubleshooting • Re: PipeWire CLI tools not working
Odd, on my Bookworm 64-bit Pi5, with all updates, the pw-cli seems to work ok Code: pi@pi5-8GB:~ $ pw-cli info all id: 0 permissions: r-xm- type: PipeWire:Interface:Core/4 cookie: 3172445876...
View ArticleCompute Module • Re: CM5: What's the status of audio on GPIO 12~13?
This breaks compatibility with the ClockworkPi mainboard. I thought the CM5 was supposed to be more or less a drop-in replacement for the CM4? ..why should RPT care about that? There is no need to...
View ArticleOfficial Display • Re: Digitizer on the Touch Display 2 is wonky after system...
After the recent update rotating the screen from the wayland gui no longer also rotates the touch inputs as well. This is probably a bug.Prior to the update (under wayfire) just rotating the screen to...
View ArticleTroubleshooting • Re: Network mount not surviving reboot
But, yeah, it might be worth a try though I'd probably remove or comment out the existing fstab entry when trying it.Using a systemd *.mount file means you MUST remove the /etc/fstab line.Thanks for...
View ArticleRaspberry Pi OS • Re: Installing new software directly to an image in a...
Using this script:Code: #!/bin/bash## $1: name of IMG to mount and systemd-nspawn into# $2: mount point (/mnt/$2)#function cleanup() { if [[ "$mpt" != "" ]] && [[ "$loopdev" != "" ]] then if [...
View ArticleOther projects • Re: BBC Emulator as an O/S for Pi
Very good. Just played all three.Nuclear explosions when you die in Bugvaders are fun!I like Mayday best. I wrote loads of programs on my BBC B+ but never a game.Statistics: Posted by rpiMike — Wed...
View ArticleRaspberry Pi OS • Re: systemd-tmpefiles is removing my ssh agent files
(Do you think that you are the first person to want an ssh-agent, or for that matter the Unix-domain socket for an X11 server, to keep working?)Well, the implicit assumption I make is that most people...
View ArticleTroubleshooting • Re: Raspberry 5: Process irq/161-mmc0 causing heavy cpu load
Weird. With no card inserted, there shouldn't be any MMC0 interrupts at all. What does Code: sudo find /sys/kernel/debug/mmc0 -type f -print -exec cat {} \; produce?Statistics: Posted by jdb — Wed Dec...
View ArticleRaspberry Pi OS • Re: Bookworm DPMS without window manager (X11/Wayland)
I understand that only with Qt we can control DRM properties because it is the master and DRM can accepts only one master. But I don't need to implement any other drm interface, but I have to use...
View ArticleTroubleshooting • Raspberry pi 4b 4GB not booting anymore with rapidly...
Hi!I have a problem with trying to boot my Raspberry pi 4b. I'm trying to boot it with the Raspberry pi 64bit OS, but when i plug it in to power the green ACT led keeps blinking rapidly and a signal...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
17Code: pi@pi5-8:~/AoC2024/day17 $ ./a.out Day 17: Chronospatial ComputerPart 1 - 3,4,3,1,7,6,5,6,0Part 2 - 109019930331546Run time - 5.198 ms.pi@pi5-8:~/AoC2024/day17 $ source codeStatistics: Posted...
View ArticleCamera board • high resolution streaming with picamera2 using arducam 64 mp...
Hi,I'm working on a raspberry pi 4B and I'm trying to perform a video streaming with a resolution equal to 3840x2160I need to use picamera2 and ideally I need to have just the "lores" stream but I'm...
View ArticleOff topic discussion • Chromium fullscreen
If this is the wrong place, then I apologise, but I am trying to get Chromium on a Rasperry pi 5 to go fullscreen and I cannot seem to find anything to tell me how to do this (or how to revert back)....
View ArticleGraphics programming • Re: What do we know about the VideoCoreVII GPU?
Start with the VideoCore IV 3D spec.There have been incremental updates in newer versions, but the changes will be minor.Thanks. It will give me some starting point. But this document is more then 10...
View ArticleMicroPython • Size of web page handled by a Pico W server?
The code below is from a ubiquitous example of how to run a webserver on a Raspberry Pi Pico W. I'm trying to use pieces of it to serve up a web page, but my page includes a lot of HTML formatting and...
View ArticleAI Camera - IMX500 • Re: YOLO Converted model don´t work
That´s really bad.I should have bought the HAILO hat heheheheStatistics: Posted by lucasschneider — Thu Dec 19, 2024 3:03 pm
View ArticleRaspberry Pi Connect • which steps to take while setting up a new db on Webmin
g day dear communitywhich steps to take while setting up a new db on Webminhere the SYSTEM INFORMATION||Code: |------------------------------|-------------------------------|| OS type linux |...
View ArticleMicroPython • Re: Size of web page handled by a Pico W server?
I do not know as I have not done webpages on the Pico.But...In ESP land and ESPhome with HomeAssistant One of the ways to get around it is to put parts of the webpage somewhere else and not self host...
View ArticleBeginners • Re: Install onto and boot from NVMe
That seems to be it; thank you.Now I can't ssh into it Statistics: Posted by rwb — Thu Dec 19, 2024 3:10 pm
View ArticleMicroPython • Building an Internet-Radio using a Pico W using just Python
Finally it seems to be possible:https://learn.adafruit.com/mp3-playback ... ng-exampleStatistics: Posted by diereinegier — Thu Dec 19, 2024 3:12 pm
View Article