Raspberry Pi OS • The following packages have been kept back?
Hi. After fresh install of Raspberry Pi OS Lite (Debian version: 12 (bookworm)) on Raspberry Pi Zero 2W and Code: sudo apt update && sudo apt upgrade -y the system, this message appear:Code: 1...
View ArticleRaspberry Pi OS • Re: The following packages have been kept back?
Hi. After fresh install of Raspberry Pi OS Lite (Debian version: 12 (bookworm)) on Raspberry Pi Zero 2W and update && upgrade the system, this message appear:Code: 1 package can be upgraded....
View ArticleRaspberry Pi OS • RealVNC Cloud Connection
Hi guys!I have a RPi5 with RealVNC server already installed (it comes with the Raspberry Pi OS).I am able to connect to the RPI via VNC if my PC is connected to the same LAN using the local ip...
View ArticleRaspberry Pi OS • Re: RealVNC Cloud Connection
Have you tried the workaround suggested by RealVNC - switch to X11 ? https://help.realvnc.com/hc/en-us/artic ... tement-0-0See also viewtopic.php?t=358458Statistics: Posted by neilgl — Sat Feb 24,...
View ArticleRaspberry Pi OS • Re: [SOLVED]No DRM in Firefox - can't find the...
Finally got it working. I had to change;Code: browser.eme.ui.enabled = truemedia.eme.enabled = trueBoth were set to "false" Statistics: Posted by SW1TCH0NY0U — Sat Feb 24, 2024 4:22 pm
View ArticleRaspberry Pi OS • How to avoid Filesystem Expansion on first boot
Hi all,is there a way to avoid this really annoying expansion of the filesystem on the first boot ?im using large cards (128gb +) für shares and i really do not want everything in / partition.its also...
View ArticleRaspberry Pi OS • Re: How to avoid Filesystem Expansion on first boot
See viewtopic.php?t=364801, for instance.As an aside, sdm will do this for you, plus:Full customization of the OS IMG before you boot itAdd additional partitions to the disk after you burn it...and a...
View ArticleRaspberry Pi OS • Raspberry Pi 5 and Anydesk, error failed to open vchiq...
Hi all.I am very new to Raspberry Pi usage and configuration.I currently have a Raspberry Pi 5 all updated and running without any issues apart from one.I have Anydesk installed but I have a problem...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 and Anydesk, error failed to open vchiq...
it may be that anydesk expects an X11 environment.the latest "bookworm" PI-OS does not default to X11, but uses wayland compositor.you might try switching to X11.... as follows:sudo raspi-config6...
View ArticleRaspberry Pi OS • Mouse Axis Inversion Possible in Bookworm?
I've got a 4.3 waveshare touchscreen which needs to be upside down due to case limitations. I was able to rotate the display and touch input using the screen configuration tool but when connecting to...
View ArticleRaspberry Pi OS • How can I retrieve fan speed ?
HiI've installed the light version of Raspberry Pi OS (0.4G image, no graphical UI) on my Raspberry Pi5. It in an argon one v3 nvme case.I want to retrieve the current fan speed of the system.I've...
View ArticleRaspberry Pi OS • Re: How can I retrieve fan speed ?
Do I need to install some package to get this value ?You shouldn't need to. It works fine on my Raspberry Pi OS Bookworm 64-bit Lite installation.Code: rpdom@raspi16:~ $ cat...
View ArticleRaspberry Pi OS • Re: Raspberry Pi updates
To update all installed packagesFrom the command line:sudo apt updatesudo apt full-upgradeFrom the desktop, select the update icon from the top bar, top left (it appears if there are updates...
View ArticleRaspberry Pi OS • Re: Turn off screen in Bookworm
Is there a way in wayfire to turn the screen off with a command?Statistics: Posted by liminal — Mon Feb 26, 2024 12:59 am
View ArticleRaspberry Pi OS • What is gpio-charger overlay?
What is the gpio-charger overlay? What kind of charger does it support? The documentation for "active-low" implies it is for charging a capacitor (like a 555 does), but the documentation for "mode"...
View ArticleRaspberry Pi OS • Re: What is gpio-charger overlay?
https://github.com/raspberrypi/linux/bl ... verlay.dtsthe "charger" node has compatible = "gpio-charger";the official docs are at:https://github.com/raspberrypi/linux/bl ... arger.yamlthe overlay...
View ArticleRaspberry Pi OS • Increasing the boot splash image display duration
Hi all,I hI have a Pi 5 configure as below, and I have changed the boot splash image for one of my own. What I would like to do is increase the amount of seconds so my image is displayed a litter...
View ArticleRaspberry Pi OS • Re: rpc on the RPi 5
Thanks. Using tirpc solved my problem.Statistics: Posted by rricharz — Mon Feb 26, 2024 4:06 pm
View ArticleRaspberry Pi OS • Kernel build failing
I have 3 raspberry pi's, but can only successfully build a kernel on one of the three.Code: Calculon: Linux calculon 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64...
View ArticleRaspberry Pi OS • Re: Kernel build failing
Does using build-kernel result in the same error?Statistics: Posted by RonR — Tue Feb 27, 2024 12:38 am
View Article