Troubleshooting • Re: is my rsync session dead?
if its running under screen, you can always use "screen -x" to attach to it againthen you should be able to see all the status metricsStatistics: Posted by cleverca22 — Sat Mar 23, 2024 6:43 pm
View ArticleGeneral discussion • Re: Installing luma for a rubiks cube solver.
If you are using Bookworm, it has changed a bit so we now need to create a virtual environment (venv) to install python packages with pip.See https://www.raspberrypi.com/documentat ... spberry-piLike...
View ArticleBeginners • Re: Powering a Pi4
Via the GND and 5V pins on the GPIO header.Statistics: Posted by GTR2Fan — Sun Mar 24, 2024 6:33 pm
View ArticleHATs and other add-ons • Re: Problem booting from WD Blue SN580
that might be a batch issue!Can only repeat again that I'm running WD and SanDisk NVMe - which all have SanDisk controllers - just fine on CM4IO baseboards. They don't have 32kHz clock there as well!I...
View ArticleGeneral discussion • Potential fix for bluetooth audio/wifi throughput issues...
Foreword: I have been dealing with choppy, stuttering, crackling bluetooth audio for the last couple years (particularly with bluetooth earbuds). This timeframe includes both a RPI-4 and for the last...
View ArticleNetworking and servers • Re: Powering PI 5 from PSU
Or add the following to the end of your config.txt:Code: [all]usb_max_current_enable=1I tried that in Bookworm when I first got my Pi5 a couple of months ago and still got the on-screen warning of a...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
..And quite honestly, I, and I assume most of us, are not here to give free technical support to a company that makes tons of money and does not help anyone.same here! Will only have a look at all...
View ArticleBeginners • Re: LCD 3.5" ILI9488
Have you tried this site I found by Googling 'IKI9488' http://www.lcdwiki.com/3.5inch_SPI_Modu ... umentation?Statistics: Posted by DS256 — Sun Mar 24, 2024 6:58 pm
View ArticleBeginners • Re: What is the best cooling system?
Probably depends what you are doing with the Pi5, whether it needs a case etc.I prefer the active cooler as l don't use a case and fit a lcd panel so the active cooler is best for me, and maybe more...
View ArticleTroubleshooting • Re: Mouse & keyboard not connecting to Zero W
Thanks. I'll give this a try.Statistics: Posted by DavidSproule — Sun Mar 24, 2024 7:03 pm
View ArticleRaspberry Pi OS • Re: Firefox 124 on bookworm?
I used to use ESR but found it a bit behind the times. Some banking apps wouldn't accept itStatistics: Posted by amoun — Sun Mar 24, 2024 7:06 pm
View ArticleTroubleshooting • Re: raspberry pi ubuntu server set up issue
For a first time user it is better to go with the recommended operating system and the "getting started" documentation, as there is more support.https://www.raspberrypi.com/documentati ......
View ArticleTroubleshooting • Re: Bookworm - Device tree overlays not loading
so why is #2 not showing as used by the i2cdetect scan (0xa = UU (Loaded), but 0x20 is not UU)Code: P# i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- UU -- -- -- -- --10: -- -- -- -- -- -- --...
View ArticleGeneral discussion • Pi 5 which chips heat the most
Hi,On the Pi 5, which ones are the chips that heat the most, in order of heating?The ones that would benefit from having heating paste to have proper contact with a heatsink?Thanks!Statistics: Posted...
View ArticleTroubleshooting • Re: Raspberry pi 5 fails to boot
If you attach an HDMI monitor and boot the pi5 without any microSD in, what does it show on the screen?Statistics: Posted by neilgl — Sun Mar 24, 2024 7:16 pm
View ArticleTroubleshooting • Issues with RPi.GPIO? Depreciated?
I'm working on a personal project, essentially to prove to myself I can. and Sheesh, I'm having some edge-detect GPIO Issues. I've searched Google, and from what I can tell, it's an error or planned...
View ArticleGeneral discussion • Re: How to Intercept and Display Signal from HLK-LD2450...
My understanding is the data is a basic serial stream:The LD2450 module communicates with the outside world through a serial port with a default baud rate of 256000, 1 stop bit, and no parity bits.A...
View ArticleTroubleshooting • Re: Unable to install linux-headers-rpi-v8 due to unmet...
I faced the same issue, but with pi5\64 os. Could you please help ?Pleas show the output of the following commandsCode: apt policydpkg --print-architecturefile /bin/lsapt policy:Code: Package files:...
View ArticleBeginners • Re: How to customise the app launcher in Bookworm?
Is the icon visible in the menu?What I did with the same issue with another app was to edit icon so I knew if it was picking up the one I defined the path to.Does it work if you tap on the [spaced...
View ArticleCamera board • Re: Increase CMA in legacy mode
My bad, I'm running a Raspberry Pi 3 and by legacy, I mean enabling Code: Legacy (non-GL) desktop driver (raspi-config -> Advanced). With MESA_GL_VERSION_OVERRIDE=3.3 I can start DearPyGui (a...
View Article