Raspberry Pi OS • Re: Warning from apt-key: Key is stored in legacy...
For me, the solution was:Code: sudo mkdir /etc/apt/trusted.gpg.dsudo apt-key export 90FDDD2E | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/raspbian.public.gpgsudo apt-key export 7FA3303E | sudo gpg...
View ArticleRaspberry Pi OS • Bug in libsoup that exhausts ports
For a project I created a little server using libsoup-3, and after using it for several days, I found that the browser began to get laggy and even crash. After doing a lot of research I found that the...
View ArticleRaspberry Pi OS • Raspberryi card shows message
HiI am curious. Device features are all the same, only the SDcard is different. I switched from Samsung SD card to Raspberrypi card. This message appears on the black screen right after the rainbow at...
View ArticleRaspberry Pi OS • Re: Raspberryi card shows message
" So is this message originating from the card"YesStatistics: Posted by neilgl — Sat Dec 07, 2024 12:25 pm
View ArticleRaspberry Pi OS • Wayland kiosk mode doesn't respect dpms settings
I have a RPi 4 and Raspberry Pi OS with Wayland running in kiosk mode. It all works correctly, but the screen doesn't go into power saving mode. I have enabled Display Options -> Screen Blanking in...
View ArticleRaspberry Pi OS • Re: Raspberry Pi - X11 Conky issue
Why not use RPiOS Desktop switched to X11?I want KDE desktop.Statistics: Posted by anoopkalattur.v — Sun Dec 08, 2024 4:32 am
View ArticleRaspberry Pi OS • Re: Missing Bookworm 'rar' and 'unrar'
They have slightly different uses..Code: foo@pi23:~ $ type zramctlzramctl is /usr/sbin/zramctlfoo@pi23:~ $ which zramctl/usr/sbin/zramctlfoo@pi23:~ $ file $(which zramctl)/usr/sbin/zramctl: ELF 64-bit...
View ArticleRaspberry Pi OS • Re: Wayland kiosk mode doesn't respect dpms settings
So, yes, `--kiosk` disables DPMS. I understand wanting a kiosk to be always on, but I very much see a use case for power saving in a kiosk as well.Statistics: Posted by TomCamp — Sun Dec 08, 2024...
View ArticleRaspberry Pi OS • Clarification re: picotool & vs code
I recently set up a new installation of PiOS Bookworm and VS Code on an external HDD connected to a Pi 400. When I execute picotool version in the VS Code terminal window, I get: picotool v2.1.0. When...
View ArticleRaspberry Pi OS • Re: Clarification re: picotool & vs code
Check where it is using whereis e.g. mine isCode: pi@pi4vox:~ $ whereis picotoolpicotool: /usr/local/bin/picotooland run it from there?Statistics: Posted by neilgl — Sun Dec 08, 2024 3:38 pm
View ArticleRaspberry Pi OS • PI5, Rasberry PI OS, Default VNC settings
HelloLooking for default settings for VNC (On ?, IP ?) for out of box PI5 with Raspberry PI OS. Have micro HDMI cables on order but long lead time. Am wondering if setup could be run...
View ArticleRaspberry Pi OS • Re: isolate one CPU for dedicated tasks
The second line will be ignored (or used instead of the first; I forget). cmdline.txt needs to be a single line.Your console setups are irrelevant.Statistics: Posted by dickon — Sun Dec 08, 2024 9:23 pm
View ArticleRaspberry Pi OS • Re: PI5, Rasberry PI OS, Default VNC settings
Yes you can run it headless.When using Raspberry Pi Imager to write the OS to a card, enable SSH in Imager OS Customisation settings (and set WiFi etc.)Boot Pi and find pi ip address from router (or...
View ArticleRaspberry Pi OS • Re: Creation of raspberry Pi iso image with Redo Rescue and...
I would get a spare microSD card and put Bookworm (32-bit) on that. Keep the old card safe.You could connect the old card to the “new” pi using a USB adapter and copy data/project files from...
View ArticleRaspberry Pi OS • Virtual Keyboard Size
I'm running the latest Raspberry Pi OS 64-bit on a Raspberry Pi 4B 1GB with a Waveshare touchscreen, SKU 23739, resolution 1280x800. The Squeekboard virtual keyboard is unusably tiny. Are there...
View ArticleRaspberry Pi OS • Re: Silent bootup
"Wouldn't it be easier just to turn the monitor off (or unplug it from the wall power)?" --> This is no valid solution."Note that OP says he wants a black screen (which this will do) and then he...
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
I'd like to see the output of blkid when the system does boot.This is from the system that did boot ok after:(1) showing the drop to initramfs message in the original post(2) I powered down the USB...
View ArticleRaspberry Pi OS • Re: [SOLVED] Best way to disable WiFi Power Save?
I'm posting here in case anyone has the same issue auto disabling Wifi power saving.I followed the instructions here viewtopic.php?t=337943to create a service to auto disable power saving.Whilst this...
View ArticleRaspberry Pi OS • Re: Virtual Keyboard Size
Rotate to portrait. Would be interested in knowing how big it get's (as there might be a correlation to the horizontal resolution). Could not realy test the keyboard as it is not predictable on which...
View ArticleRaspberry Pi OS • cronie-noanacron
I want to use the old style crontab on several Pis that are used as servers. Is there a way to do that on Pi OS? Other OSs have cronie-noanacron.Statistics: Posted by Dave5416 — Tue Dec 10, 2024 10:58...
View Article