Raspberry Pi OS • Re: Methods for finding out what all is installed
What would really be nice is a way to tell all the packages that *YOU* installed, as opposed to those that "came with" the system.And, yes, I am well aware that the best way to handle this is with...
View ArticleNetworking and servers • Re: Wifi Acess point using bridge cannot access...
It took me a LONG time to get somewhere with this one.Eventually I removed the Pi 4 Ethernet connection from a direct gigabit link to the router and placed a 100Mbps switch in the way, and it...
View ArticleGeneral discussion • Re: What product would you like to see?
Something which allows USB Gadget Mode to be more easily used with a Pi would be nice -Cable with USB A plug to connect to a Pi or PC hostUSB C socket for official USB-C PD PSU inputAll passed-through...
View ArticleHATs and other add-ons • Re: New Raspberry Pi Flash Drive. Anyone tested it ?
leepspvideo has done a video:https://www.youtube.com/watch?v=uwKJcVFZ-xkVery different results than those announced... ???The slow random read figures are because the Agnostics benchmark follows a...
View ArticleTroubleshooting • ssh into Windows from Pi with publickey
Trying to get my Pi to ssh into Windows 11 using publickey. and getting nowhere.ssh works fine with passwordssh publickey works fine with other linux computers and PisAfter two hours or so, and...
View ArticleBeginners • Re: Attempt to switch from MS Windows to Linux (2026)
[*]2. No possibility to switch users:Neither in lock screen nor in main menu is there a possibility to switch users. When I lock the screen no other family member can log in. I can’t keep my programs...
View ArticleBeginners • Re: Squematic to connect 120V (and others) to a raspberry Pi
The safest distance between you, your Pi, and mains power is 100 metres. WiFi and other wireless connections are the safest. The distance you have to cover is the next decision. The Pi 4 and 5 WiFi...
View ArticleAndroid • Re: [DEV] LineageOS 22.2 (Android 15) for Raspberry Pi 4 & Pi 5
@KonstaAlso a bit of a move from earlier question I have had a rpi 5 with lineage os running for a few months but suddenly the touch display 2 gets no picture after the "desktop"/"homepage" is loaded,...
View ArticleFrançais • Re: Besoin d’aide pour location matériel
Personne pour m’aider ? Ou connaissez vous un site internet que je pourrais contacter pour me créer cela. SVPMerciStatistics: Posted by Johnny41 — Sun Feb 01, 2026 9:41 pm
View ArticleTroubleshooting • Re: Raspberry pi 4B not booting
Thanks for the reply. Removing the SD, as previously tested, still results in a blank display. I tested my samsung monitor and my acer monitor, using a ugreen micro hdmi cable(not adapter), and a...
View ArticleGeneral • printf ending up in decl_isr_bkpt isr_hardfault
Hi all,Running on a pico 2.I have some code that declares a global variable thus :Code: volatile uint8_t Memory[MEMORY_SIZE]; __attribute__((aligned(MEMORY_SIZE))); // Main memory, one big block for...
View ArticleGeneral discussion • Re: Request for interesting questions!
I thought I DID ?!!!How about some REAL documentation on labwc ! Like the CORRECT way to manually add things to the launcher, manually place files or custom menus "on the desktop", etcRaspiOS does not...
View ArticlePython • Re: python/SVG with namespaces
Code: data = """<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="512" height="512" viewBox="0 0 135.46666 135.46667" version="1.1" id="svg1"...
View ArticleGeneral • Re: printf ending up in decl_isr_bkpt isr_hardfault
I get an "empty declaration" on the line which declares 'Memory[]' so perhaps that's the issue, it not doing what you think it should ?And long, long time ago I remember doing something similar and...
View ArticleTroubleshooting • ran sudo apt update and got this any help would be great
hi i ran sudo apt update as i always do and got this error , any help would be great Code: sudo apt updateHit:1 http://deb.debian.org/debian trixie InReleaseHit:2 http://deb.debian.org/debian...
View ArticleRaspberry Pi OS • Re: Control Centre enhancement - nature scrolling
I had to look up what natural scrolling was.Ha! You are absolutely right, I need to position myself better - apologies.And I'd argue it is an ambiguous and confusing term. What is "natural" depends...
View ArticleBeginners • Re: Attempt to switch from MS Windows to Linux (2026)
Did you also consider the option to keep the computer and just replace Windows 10 by Linux there? You could have saved some money and even suspend/hibernate would work.Using Pi is fine too of course,...
View ArticleDevice Tree • enable I2S mic SPH0645 on RPi 4B board?
I just installed what I believe to be the current RPi OS on a RPi 4B board.Code: pi@rp62:~ $ uname -aLinux rp62 6.12.47+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64...
View ArticleDevice Tree • Re: enable I2S mic SPH0645 on RPi 4B board?
Have you tried the Adafruit guide? https://learn.adafruit.com/adafruit-i2s ... iring-testStatistics: Posted by PhilE — Mon Feb 02, 2026 10:34 pm
View ArticleCompute Module • Re: HDMI DDC backdrive problem keeps CM5 from booting
The HDMI 1.3a spec section 4.2.8 states:"The Display Data Channel (DDC) I/Os and wires (SDA, SCL, DDC/CEC Ground), shall meet the requirements specified in the I2C-bus Specification, version 2.1,...
View Article