Raspberry Pi OS • Re: Autostart with labwc
Is there a way in labwc to rewire the powerkey to a script?This is what I had in wayfire.ini:Code: #command_power = pwrkeycommand_power=/home/pi/luca/shutdown_hdd.sh;sudo shutdown -P nowJust found a...
View ArticleRaspberry Pi OS • Re: Clone bootable 2Tb nvme to 4Tb.
It depends on how much capacity the microSD has compared to what you have on your NVME. To me, the reason why its failing, is because you seem to want to move from an old NVME to a bigger one, which...
View ArticleRaspberry Pi OS • Re: Manage a shared folder's files
Thanks.I ran commandCode: ls >/home/sharedFolder/SharedList.txtNow I need to figure out:1: a process to remote access the rapi5 admin when I'm not there, as the guest will be logged in as guest....
View ArticleRaspberry Pi OS • Re: Pi 5 power options?
Why would that be a consideration given the number of people using batteries to power high end Pi devices is tiny compared overall sales? We need 5V for the Pi, and for heavily loaded Pis , 5A. It's...
View ArticleRaspberry Pi OS • Raspberry pi5 with bookworm issues
I have a newly acquired raspberry pi 5 running bookworm OS which is just not running right (only way to describe it)I flashed the OS and all was good for about a month then the pi would freeze up,...
View ArticleRaspberry Pi OS • Re: Raspberry pi5 with bookworm issues
Are you running Debian Bookworm or Raspberry Pi OS Bookworm? The latter is specially tuned and tweaked (and maintained) for running on Raspberry Pis.I've been running RPiOS Bookworm on several Pi5s...
View ArticleRaspberry Pi OS • Re: Autostart with labwc
Interesting but like the post you quoted it's off topic for this thread.You're right. I've created a new post to share the information.Statistics: Posted by 2bam — Thu Feb 06, 2025 11:43 am
View ArticleRaspberry Pi OS • Re: Reliability strategies for SD card filesystems. What do...
I think that given you are only writing very infrequently to the SD card, chances of SD corruption are miniscule if you in addition ensuring that Linux is writing logs to a tmpfs.Even when writing a...
View ArticleRaspberry Pi OS • Running two chromium windows in dual display kiosk mode
I have two Raspberry Pi 5s running the latest raspberry Pi OS and 4 TVs that I'd like to display 4 chromium windows full screen on. I've followed the great guide for kiosk mode setup, but it's only...
View ArticleRaspberry Pi OS • Re: Running two chromium windows in dual display kiosk mode
Oh and I should add I have tried --window-position=0,3000 and this doesn't work. (my displays are dual 3840x2160 one on top of the other)It doesn't matter what values I put in the coordinates the...
View ArticleRaspberry Pi OS • Cannot rm certain kernal files
Hello I have a couple of scripts using libcomposite to load modules and unload previous modules from the usb c port. For example i have a module that creates a midi and audio devices on the usb c line...
View ArticleRaspberry Pi OS • Changes to WG0.conf don't persist after reboot or shutdown
I've got WG running nicely on my RPi v4. Problem is that no changes to WG clients added, removed or disabled persist after reboot. OTOH, if I perform a pivpn -bk, the same changes ARE reflected in the...
View ArticleRaspberry Pi OS • Re: Pi 5 power options?
I am also looking for options to power a pi5 from battery. I use raspberry pi for robotics so battery is a must for mobile robots.would be great to use pi 5 so i can use the ai hat on a robot.here are...
View ArticleRaspberry Pi OS • lightdm boot failure
Using the prodedure outlined below, I created a 'Mint-like' system by installing cinnamon on RPI OS Lite. A year ago, it worked perfectly but now the resulting system fails to boot to the GUI because...
View ArticleRaspberry Pi OS • Re: PI 5 Resolution problem
you can set the resolution manually: in /boot/cmdline.txt (add to the front/end of the line, NOT a new line)-- IMPORTANT NOTE: for Bookworm, the file is at /boot/firmware/cmdline.txt...
View ArticleRaspberry Pi OS • Re: How to check desktop
dom, I'm working on an update to Running A Program At Start UP A Beginner's Guide may I pinch that script and if so who should I credit it to?Feel free to pinch it. I did write that sequence (I was...
View ArticleRaspberry Pi OS • Re: lightdm boot failure
yeah, your just doing it wrong1. install lite2. nmtui (wireless setup)(if you don't use advanced settings to pre-configure)3. sudo raspi-config (check locale settings is correct)4. sudo apt update...
View ArticleRaspberry Pi OS • Re: lightdm boot failure - solved (perfectly!)
Brilliant! Works perfectly. Thanks for your quick input.Statistics: Posted by walto — Sat Feb 08, 2025 10:33 pm
View ArticleRaspberry Pi OS • Qbittorrent trouble writing to folder with service user
I have a raspi that is being used as a torrent box using qbittorrent and a user called qbtuser. I followed the offical qbittorent guide found at https://tinyurl.com/mr2mn7w5 to the letter and...
View ArticleRaspberry Pi OS • Re: Can I Run a Full Linux Desktop Environment on a...
If you'd prefer it to be not quite so laggy you can opt for a less weighty desktop environment by building your own using RasPiOS Lite.For instance, I install xdm (display manager) and icewm (window...
View Article