Networking and servers • Re: nmcli, Network Manager CLI, has naming problem.
I do not know if there is an easy way for a script to run the following command then only run the second command if the first one fails.nmcli con up br0nmcli con up bridge-br0If you're talking bash...
View ArticleTroubleshooting • Re: Revert rpi-update on Pi 5
Update2: After a restart (crash or power loss idk) 3 HDDs are missing again. Seems this fix didnt help Statistics: Posted by Patrick_G — Sun Jun 16, 2024 8:35 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Power supply in the car - 12V DC...
..I have tried with 5.1V and 5.0VTried with bootloader option max_current = 5000...The boot loader option is Code: PSU_MAX_CURRENT=5000use Code: sudo -E rpi-eeprom-config --editfor adding it.make sure...
View ArticleOff topic discussion • Re: Can Clearpath SDSK & Hybrid Steppers be...
Sure, easily. By the way, at Cherry Gold Casino https://cherry-gold.casino/ players can immerse themselves in the rural charm of tractor-themed slots.Statistics: Posted by CarlosEvans — Mon Jun 17,...
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
What if you run, for example, "rpicam-hello -t 0"? Do you get the same degraded performance? Can you post the output of "rpicam-hello --version" as well please?Statistics: Posted by naushir — Mon Jun...
View ArticleBeginners • Re: Cannot copy files via Pi File Manager to NAS Share
No, refreshing the File Manager does not show the file as being copied. In fact, when I drag the file from the desktop to the File Manager and release the left mouse button, the file's icon animates...
View ArticlePython • Re: super user command from Python script
You could use it, but a sysemd unit is cleaner.Yuck!There's no avoiding systemd, so you'll need to learn to accept it. It's very versatile to run anything. I've even replaced cron with systemd-cron...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
I had my ISP remove me from the CGNAT.How can you be certain of this ?retrive your external ip , and ping it , it is working ?or a trace route is working ?Statistics: Posted by iznobe — Mon Jun 17,...
View ArticleRaspberry Pi Connect • Re: Odd behaviour with mouse switching L betwen R
Am using the Beta Connect software Between two RPi4 computers, but ever since I installed the software it seems to affect my mouse click commands. I have had problems with RSI of my wrist, so I use a...
View ArticleCamera board • Re: Can't stream from Pi5 with rpicam-apps...
It looks like you may be sending an unencapsulated h264 stream to vlc, is that right? Unfortunately more recent versions of vlc no longer play h264 streams properly. Maybe try something like ffplay...
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
Hi, I'm not really sure what may have happened to provoke the change. Here are a couple of things that you might try.1. Have a look at the output of "grep Cma /proc/meminfo". Depending on what the...
View ArticleGeneral • Re: Embedded Swift
Bump. Here are a couple more links for those who want to save time. Introductory blog post and vision post:Get Started with Embedded Swift on ARM and RISC-V...
View ArticleTroubleshooting • Re: Pi5, New PoE hat , LED Code 4-long-5-short
New to pi. Have an RPi5 with a wavshare poe hat. Pi seems to get power but flashes 4-long-5-short (which is better than the 4-long-3short fatal error I've seen others get on the 5... hopefully). It...
View ArticleGraphics, sound and multimedia • Re: Rotary switch to change audio or video...
For the software part of such a project: SEOLMEDIA which is an interactive fullweb digital signage solution may be suitable.This software alone may be sufficient for this type of project to carry out...
View ArticleMicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
Just checked my dfplayer with an arduino and it worked totally fine...Do you have experience with other mp3 moduls and could recommend a good one?Statistics: Posted by Greg50007 — Tue Jun 18, 2024...
View ArticleTroubleshooting • Re: Unable to change wallpaper (Bookworm - RP 5)
Yes, when I tried to set a random picture as wallpaper nothing happens. Seems like the GUI has an issue, but I'm not sure.you messed up permissionsit's recommended not to run any gui as sudo/rootAll...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I do that with the mv (move) command.mv ~/test ~/none-testStatistics: Posted by DougieLawson — Tue Jun 18, 2024 7:56 am
View ArticleCompute Module • Re: Is it possible to use The eMMC boot partitions...
OK. Yes I already saw the tryboot method, but writing a text file (autoboot.txt) is not a failsafe (atomic) method for switching the partitions.Statistics: Posted by mzme — Tue Jun 18, 2024 8:05 am
View ArticleBeginners • Re: TV LCD NO CONNECTION
I connected the HDMI on the first port near to the power, I connect to my monitor so i can have a displayThe log looks fine. Can you just confirm what you were connected to when you captured the...
View ArticleGeneral • Re: Need to get a uf2 from a pure assembly program
Keeping things very simple for now, could Picotool be used to place a program in RAM at a specific starting point like this?Yes it can. Normally used with an .elf or .uf2 file that has the addresses...
View Article