Raspberry Pi OS • Re: apt update fails because of another variant of 'invalid...
Make sure you have debian-archive-keyring installed.Might need debian-keyring also.Statistics: Posted by craigevil — Sat Sep 28, 2024 8:04 pm
View ArticleRaspberry Pi OS • Possible to "upgrade" glibc without installing a...
I have a program running on my (older) RaspiOS system (*) that upgraded itself today and now the latest version complains that my glibc is too old. The program still runs, but everytime it runs, it...
View ArticleRaspberry Pi OS • Re: Possible to "upgrade" glibc without...
32-bit or 64-bit OS?Have you done a "sudo apt update && sudo apt full-upgrade", and was it successful?What program, and did it come from APT or somewhere else?If it didn't come from APT, what...
View ArticleRaspberry Pi OS • gpiozero kludge
Rather than fixing gpiozero for the latest kernel update on Pi5 the OS seems to have introduced a kludge:-Code: /dev/gpiochip4 -> gpiochip0This breaks my other code which looks for...
View ArticleRaspberry Pi OS • Re: Openwebrx on pi 5
Thanks! i will try to get that runningStatistics: Posted by Cosyfluf (Ham-Radio) — Sun Sep 29, 2024 10:37 am
View ArticleRaspberry Pi OS • Re: Porting everything to the Raspberry Pi? (jaw on floor)
Raspbian was handled differently (and not by us)And who are "us", if you aren't the people from before? Why the switch? (Wasn't Raspbian good enough? Did Raspberry Pi get bought out?) What happened to...
View ArticleRaspberry Pi OS • GoPiGo3 Re: Porting everything to the Raspberry Pi? (jaw on...
Creating/porting ANY Linux distribution is a Herculean task, and just thinking about the zillions and zillions of packages in the repo's just boggles my mind.Whoa, hold up, cool your jets — if this is...
View ArticleRaspberry Pi OS • Re: How do I get the "Add new software"...
I think you only get the "Sorting" stuff if you've installed apt-file, which for me makes the system slower and less useful. The output on my system is:Code: $ apt-cache search --names-only file...
View ArticleRaspberry Pi OS • Re: How to get newest version of ffmpeg?
Backport it from Debian Sid.Debian Trixie/Sid have:trixie (testing) (video): Tools for transcoding, streaming and playing of multimedia files7:7.0.2-3: amd64 arm64 armel armhf i386 mips64el ppc64el...
View ArticleRaspberry Pi OS • Re: What can I omit from a "rsync" O/S backup?
You can safely leave out all the virtual filesystems (/proc, /sys, /dev, etc) and /tmp.For systems where everything is on a single drive with just boot and root partitions, assuming target drive has...
View ArticleRaspberry Pi OS • Re: What to do if you don't know the root password
If you have a standard install of RPiOS, sudo should work for user "pi". If it does not, either you don't have a standard install or it has been disabled. Assuming it is the later, I would ask...
View ArticleRaspberry Pi OS • Re: Frequent TRIM is a Bad Thing? Why?
You got it absolutely correct, but skipped a few not so obvious things:A flash device is divided into three major "modes of thought" for lack of a better term:1. Read blocks:A read block is the...
View ArticleRaspberry Pi OS • The latest Buster "Full" image is frm 2021, I...
Given the following links:https://downloads.raspberrypi.com/raspi ... 021-05-28/https://downloads.raspberrypi.com/raspi ... 023-05-03/The first one - (the one I found searching from the Downloads...
View ArticleRaspberry Pi OS • Re: The latest Buster "Full" image is frm 2021, I...
First: Where did a 2023 release of Buster come from? By 2023, I figured that Buster was Dead and Buried as far as you folks were concerned.Buster used to be the "legacy" release and was kept updated...
View ArticleRaspberry Pi OS • How do I make Thunar the default file manager?
Good day to all. On my raspberry pi 4, I use the RPiOS Bookworm operating system. The LXDE desktop environment. I have a problem installing Thunar as the default file manager. I can't find the default...
View ArticleRaspberry Pi OS • Re: How do I make Thunar the default file manager?
in pcmanfm, right click a folder-> open with-> thunarStatistics: Posted by kerry_s — Tue Oct 01, 2024 10:26 pm
View ArticleRaspberry Pi OS • Re: What to do if you don't know the root password
Sorry, user pi is not authorized to execute as root on raspberrypi?As should be the case since the user name "pi" has been deprecated for quite some time especially for an "admin-like" user with sudo...
View ArticleRaspberry Pi OS • Re: Can't Install Updates on Pi 400
Code: sudo apt -y clean && sudo apt -y autoremoveStatistics: Posted by kerry_s — Wed Oct 02, 2024 10:17 pm
View ArticleRaspberry Pi OS • Re: Virtual Keyboard issue
i dont know.i invoke the keyboard with a button on the upper panel...Statistics: Posted by terribleted — Thu Oct 03, 2024 1:44 am
View ArticleRaspberry Pi OS • Re: temper USB sensor no longer showing in latest OS
If I plug my HID simularor (a pico running circuitpython) into a USB port on my Pi, hidraw appears: Code: ls /dev/h*/dev/hidraw0 Have and look around on yours...Yes, only the keyboard shows...
View Article