Advanced users • Re: Moving Linux Kernel to 6.6
Hi all, apologies if this is the wrong place to post.I’ll preface this by saying I’m relatively new to Linux, so please feel free to call out any glaring mistakes.It seems there’s a bug in the 6.6...
View ArticleDevice Tree • Re: For the life of me I can't make TLV320AIC3110 Audio chip...
Youmay find this useful viewtopic.php?p=2279658#p2274995Tta it on the official OS first as at least I don't have any intention to bother with ubuntu.Statistics: Posted by aBUGSworstnightmare — Tue Dec...
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
It will certainly be interesting to see what future products Raspberry Pi release in 2025 and 2026 There certainly is something brewing as the market cap for RPI is now £1.2 billion. Pounds not...
View ArticleBeginners • Re: Low USB trumb disk speed
How is formatted? Fat? Ext4?the original 16GB USB thumb drive was created by RPI Imager. It show about 40MB / sremove the USB and plug into another RPi5 with running NVMe SSD. Plug in a new 256GB USB...
View ArticleFrançais • Re: Onglet Chrome apparait automatiquement
Bonjour, Pour basculer d'un onglet à l'autre essayer xdotool. A priori fonctionne sous X11https://manpages.ubuntu.com/manpages/tr ... ool.1.htmlA+Statistics: Posted by jelopo — Tue Dec 31, 2024 7:33 pm
View ArticleTroubleshooting • Re: Issue with Web Browser when RDP into Pi4
Option 2 also worked for me, fixing VS Code splatting garbage on the display using Pi 4B Bookworm 32-bit X-11, browsers likewise. So many thanks, 'user9000'.Statistics: Posted by hippy — Wed Jan 01,...
View ArticleGeneral • Re: Base PI4 used for PICO2 development; HowTo?
Option 2 from - viewtopic.php?p=2151746#p2151746 - and now VS Code and Chromium are displaying as they should.Statistics: Posted by hippy — Wed Jan 01, 2025 6:54 pm
View ArticleOther projects • Re: Surveillance_Client
I am looking for a software like Surveillance_Client for windows to run on a raspi. We have 3 NVR's that is needed to be monitored regularly and they want to free up their computers so they can do...
View ArticleTroubleshooting • Re: Booting Raspberry pi 5 from a m.2 + hat
Hey sorry for a delayed reply I’ve been very busy. For my order of attempting to fix this, I went into the boot configuration text file and set PCIE to gen 3 for my nvme drive, that’s the only way I...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Hmmmm, trying to get this latest raspberrypiOS to be as functional as the old version for my use case. I am trying to run in X11 so i can launch both kodi and emulationstation. Emulation station...
View ArticleNetworking and servers • Re: Retrieve swimming pool data
Ah, OK. Maybe set up a Pi at the campsite that gets the data “ …get my information in xml-format”, using a python script (say) and makes that data available to the internet by running a web server...
View ArticleOther projects • Re: Security camera with Raspberry Pi?
"If the only tool you have is a hammer, you tend to see every problem as a nail"I think you might be on the wrong forum.One can only try to direct people in the optimal engineering...
View ArticleGeneral • Re: Smart floor registers with Raspberry Pi Pico 2W: efficient...
The 4.7K pull-up in the circuit going to VBUS, nominally 5V, isn't recommended as the input pins of the Pico range are not 5V tolerant.Statistics: Posted by hippy — Wed Jan 01, 2025 7:17 pm
View ArticleRaspberry Pi OS • Re: Can't get a script to run on shutdown (Systemd) pi5...
Well, obvious question: What is the app?Statistics: Posted by BigRedMailbox — Wed Jan 01, 2025 7:17 pm
View ArticleGeneral discussion • Re: Raspberry pi 500 rechargeable battery?
"just include a battery, bro"There's a few reasons that no Raspberry Pi products to date have had an integrated battery.1. Compliance - storage, shipping, import all become significantly more complex...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
..Another thing with SDCard. You can use other cool linux os, wothout the troble you get wit a SSD. If you use an SSD, You maybe stuck to the same os, like I was with Windows! Now, I feel free with...
View ArticleUbuntu • Re: RPi400/Ubuntu 24.10 - Claws Mail Disables Keyboard?
It's a test release. There's going to be bugs. Either wait for a fix or install an older stable release.Thanks. It was described as “stable” in the apps manager. I’ll look into the previous...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
So I managed to get a 8 Leds to light up and I could change the color of each one.I tried to expand on this and now nothing works. Even this SUPER simple code:from machine import Pinled = Pin(25,...
View ArticlePidora / Fedora • Re: Headless (mostly) Fedora CoreOS on RPi4 - A Brief...
Butane or Ignition configCode: variant: fcosversion: 1.0.0passwd: users: - name: admin groups: - "sudo" - "docker" password_hash: hiddensystemd: units: - name: docker.service enabled: true - name:...
View ArticleSDK • Re: Trouble printing time_us_64() [SOLVED]
Your code does not use the result from the macro at all.Ah, indeed. Elsewhere I do assign it back to the original variable, which is why I was only getting one warning. This part of the code with the...
View Article