Quantcast
Channel: Raspberry Pi Forums

Raspberry Pi OS • Re: Drag and Drop Move and Copy not working

On a Pi5 running Bookworm with all updates, I tried to drag and drop a test folder to Downloads (/home/pi/Downloads). It worked fine.That was using VNC Viewer (on Win 10) and VNC enabled on the Pi5Are...

View Article


General discussion • Re: How will California Law (AB 1043) affect Raspi OS?

And now, MidnightBSD (Berkeley Standard Distribution!) has changed its terms and conditions to deny its Operating System to residents of California.................(from 1st January 2027).Statistics:...

View Article


General • Re: PIO restart

What about the PC? Is the SM really restarted or just its internal state reset?I don't have a definitive answer but you could always try it; create PIO code which does something once then sits in a...

View Article

General • Debug Probe firmware version

The documentation at https://www.raspberrypi.com/documentati ... ebug-probe says "The latest version of the Debug Probe firmware is version 2.2.3."However, on GitHub we have version 2.3.0Statistics:...

View Article

Français • Minidlna ne fonctionne pas sur RPI 5

Bonjour,J'ai un rpi 5 8 Go.Code: serveur@Raspberrypi5:~ $ uname -aLinux Raspberrypi5 6.6.74+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.74-1+rpt1 (2025-01-27) aarch64 GNU/Linuxserveur@Raspberrypi5:~ $...

View Article


Raspberry Pi OS • A very fast way to remove cloud-init

I have found a very quick way to remove 'cloud-init' and 'rpi-cloud-init-mods', try to install the firewalld package:Code: sudo apt -s install firewalld --no-install-recommendsThe following packages...

View Article