Networking and servers • Re: Changing Metric with USB cellular modem
You can list your connection names with "nmcli con". Then you should be able to set the metric with "nmcli con modify connection_name ipv4.route-metric X", where "connection_name" is the connection...
View ArticleBeginners • Re: pi5 boot issue
I'm having issues getting my pi5 to boot into B4 desktop autologinDesktop Autologin is the default. You shouldn't need to set that manually.After a fresh RPiOS with desktop install, it should just...
View ArticleRaspberry Pi OS • Re: How do you add a Multi-boot menu to choose booting the...
I can’t have pinn on the ssd alone because i’m going to burn a .img image to the ssd, and replace it in the future. And burning a .img wipes the ssd each time. Why do you need to burn a new img each...
View ArticleGeneral discussion • Slightly interesting Raspberry Pi 5 perf measurements
The following observations result from the question "What would happen if I put a Raspberry Pi 5 into a Pi-Top Ceed?" (With the USB ports on the GPIO side like the RPi 3B+ I have in my Pi-Top, its...
View ArticleGeneral discussion • Re: How can i connect metal detector coil to rasberry pi?
Hello all, currently working on a mine clearance project with my team and looking for options on how to connect a metal detector coil to the rasberry pi to read its signals. I understand that you need...
View ArticleTroubleshooting • Re: Video streaming service freezes every 3 or 4 seconds
Looks like your PI can not handle the load or it throttles due to overheatingTry to reduce the quality of the stream if possible to see if it helps, and then slowly go up.Try to monitor the...
View ArticleTroubleshooting • Raspi Config | USB Boot
Hello The Goal: Boot Raspberry Pi directly from an SanDisk SSD PlusThe Problem: Unable to enable USB BootThe Work: A Raspberry Pi 4 Model B is attempting to run a SanDisk SSD Plus. However, there is...
View ArticleBeginners • Low voltage warning but not measurable low
I am running Octoprint OS on a 3B. I keep getting low voltage warning. First USB power supply got the warning so I replaced it and assumed it was just worse than it said. Tried second power supply....
View ArticleBeginners • Re: Low voltage warning but not measurable low
Pis will respond to transient low spikes that won't show on a voltmeter. You'll need a 'scope to wee what's really happening.Statistics: Posted by W. H. Heydt — Wed Jan 10, 2024 2:06 am
View ArticleTroubleshooting • Re: RaspberryPi 4 Model B, Unable to login.
Yea, I made sure that option was enabled. I have now tried to manually download RPI OS, it still will not let me login.Statistics: Posted by Prosis92 — Thu Jan 11, 2024 1:12 am
View ArticleSDK • Re: Troubles with Lua
So I'm having a bit of trouble working out how to integrate the queue_8h into a Lua library,Maybe I'm getting hung up on the wrong things here, I looked at the code and it's using heap memory for the...
View ArticleRaspberry Pi OS • Re: How to turn off auto logout
the part that crashes the most for me is the panel.i'm using my lite + gnome setup most often now.just to tired to deal with it.i'm trying to get my appointments out of the way for this...
View ArticleBeginners • Re: about Raspberry Pi CM4
Thank you for your response. The one I purchased is CM4104016.According to your explanation, it seems that it may not be able to boot from SD because it is probably not CM4 Lite.Thank you.Statistics:...
View ArticleTroubleshooting • Re: Pi5 Crashing
Well, today was virtually flawless running. I still feel the case was part of the issue. The folks that sold it seem to want me to troubleshoot it. I think they should troubleshoot it. I pointed out...
View ArticleOff topic discussion • Re: Getting the text out of "Textra" word...
Here's better code for B (simple printing version). Better handling of the headers. A few tabs in lieu of true centering. Code: #!/usr/bin/awk -f# program to strip formatting from a LotusWorks...
View ArticleBeginners • Re: weather-tool displaying this info. (re-installation)
Thank you for asking clarifications.os=11=bullseyepi=4bde=LXPanel 0.10.1i found it finallyStatistics: Posted by Guylain — Thu Jan 11, 2024 2:19 am
View ArticleTroubleshooting • Re: search tool not working in "file-manager"
even caps or not, does not generate result; how come it generates no result in any form at all?Statistics: Posted by Guylain — Thu Jan 11, 2024 2:21 am
View ArticleTroubleshooting • Re: mouse slow and lagging
mouse is wiredI retrograded from bookworm to bullseye and no more problemI did not like bookworm on my 4B so farStatistics: Posted by Guylain — Thu Jan 11, 2024 2:22 am
View ArticleBeginners • Re: screensaver does not start on RPi4 64-bit bookworm
I retrograded from bookworm to bullseye and no more problemI did not like bookworm on my 4B so farStatistics: Posted by Guylain — Thu Jan 11, 2024 2:23 am
View ArticleBeginners • Re: RPi 3 with Camera module ov5647
camera_auto_detect=0Why have you disabled the camera auto-detection?Some third-party cameras (such as Arducam) requires that you turn off auto-detection.OP, you might want to check...
View Article