Raspberry Pi OS • Re: is there a backup utility for Raspbian Bullseye?
Well, thanks, I guess. I DID do a search on these forums, nothing useful came up in several pages, so....Anyway, after looking at my system, nearly everything is just copy-able, so I just produced a...
View ArticleRaspberry Pi OS • Re: Disk Encryption
Yeah! sdm method works great and very easy. Prompt saying "do you want to wipe scratch disk" is a nice touch. My last question: Do i need to do additional stuff manually after every kernel or some...
View ArticleRaspberry Pi OS • Re: systemd-tmpefiles is removing my ssh agent files
Here's an interesting little quirk in the RaspiOS setup.Is this in RasPiOS bookworm, bullseye, buster, stretch, jessie, wheezy, or squeeze?Statistics: Posted by jojopi — Wed Dec 18, 2024 12:26 pm
View ArticleRaspberry Pi OS • Re: Installing new software directly to an image in a...
Using this script:Code: #!/bin/bash## $1: name of IMG to mount and systemd-nspawn into# $2: mount point (/mnt/$2)#function cleanup() { if [[ "$mpt" != "" ]] && [[ "$loopdev" != "" ]] then if [...
View ArticleRaspberry Pi OS • Re: Bookworm DPMS without window manager (X11/Wayland)
I understand that only with Qt we can control DRM properties because it is the master and DRM can accepts only one master. But I don't need to implement any other drm interface, but I have to use...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
Thanks. I've never messed with rc.local before. I'll give it a try.I think I'll play with rc.local first, then figure out what to put in it to set static IP address. It seems to me just from a quick...
View ArticleRaspberry Pi OS • Re: pi zero 2w / pi os lite bookworm - cant connect to wifi
My bad. Its my first post on here so... My home wifi is 5 and 2.4ghz. I also tried to have two different ssids for each but that also did not solve it. Added the jounralctl output image now. Thanks...
View ArticleRaspberry Pi OS • How to set HDMI screen blank time to 120 seconds for Desktop
I followed the documentation and turn screen blanking on. It blanked after 10 minutes.Searched and tried half-dozen methods (presumably different time versions or configuration), from this forum and...
View ArticleRaspberry Pi OS • Re: How to set HDMI screen blank time to 120 seconds for...
Code: mousepad ~/.config/labwc/autostartchange the timeStatistics: Posted by kerry_s — Wed Dec 18, 2024 7:57 pm
View ArticleRaspberry Pi OS • [Solved]How to set HDMI screen blank time to 120 seconds...
I followed the documentation and turn screen blanking on. It blanked after 10 minutes.Searched and tried half-dozen methods (presumably different time versions or configuration), from this forum and...
View ArticleRaspberry Pi OS • Re: adduser/ NAME_REGEX value.
adduser per documentation uses NAME_REGEX to determine valid User IDs. The issue is contrary to the documentation NAME_REGEX does not appear to have a value (default or otherwise) as an environment...
View ArticleRaspberry 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 • unresponsive application running on single core
HiI am trying to run Autopilot for Quadcopter on my Pi 4. My application is single thread created in C/C++I created a service for my application as follow:Code: [Unit]Description=My...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 Screen Blanker
case don't matterit's all about softwarei only use the screen saver on my crowpi laptopi manually enable/disable by clicking on a script i have on the desktopThe case has a ton of software installed...
View ArticleRaspberry Pi OS • Chromium fullscreen
If this is the wrong place, then I apologise, but I am trying to get Chromium on a Rasperry pi 5 to go fullscreen and I cannot seem to find anything to tell me how to do this (or how to revert back)....
View ArticleRaspberry Pi OS • Re: Chromium fullscreen
Can you just click on the full screen icon? (right of Zoom in the three dots menu)Statistics: Posted by neilgl — Thu Dec 19, 2024 3:18 pm
View ArticleRaspberry Pi OS • Fail! Pi Zero 2w OS 64 Lite with Gigastone 32 Sd
Using a new out of package Zero 2w and new Gigastone 32 Sd and latest PIimager1.85 on Win11. System boots, I run sudo apt update. All is great. Then I run sudo apt full-upgrade and all hell breaks...
View ArticleRaspberry Pi OS • How do i keep external USB SSD on Rpi (bookworm) alive?
Hi,On my Rpi4, I set my external USB SSD which is self-powered USB and 120GB SSD.It works for a while, but it soon stalls/power-off.I tried that hdparm not to spin-down, set APM off, making a script...
View ArticleRaspberry Pi OS • Re: How do i keep external USB SSD on Rpi (bookworm) alive?
Can you show the outputs of Code: lsusblsusb -tStatistics: Posted by pidd — Thu Dec 19, 2024 11:59 pm
View ArticleRaspberry Pi OS • How do I change the default theme
RPI os uses labwc/wayfire/X and lightdm and RPD(LXDE). He uses the PixFlat theme by default. I want to change the theme globally. What should I change?Statistics: Posted by tt77forever — Fri Dec 20,...
View Article