Advanced users • Re: KDE on Pi 5
I have exactly the same problem. I followed the steps above and got the same black screen.the directions is to install kde desktop full version.nothing to do with vnc, you need to look that up on your...
View ArticleRaspberry Pi OS • Re: Bookworm/Wayland : how can I launch Chromium and...
try switching to x11 in raspi-configStatistics: Posted by kerry_s — Tue Mar 26, 2024 8:48 pm
View ArticleGeneral discussion • No green LED after boot on 6.6.20+rpt-rpi-v8
Hi!I noticed that this kernel recently released6.6.20+rpt-rpi-v8 (Raspberry OS 12)Seems to block the green light (ACT LED) on my Raspberry Pi 3B+It used to blink at every operation (like sudo apt...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
As per your findings, I have now tried this in /boot/config.txt (I am not using the .dto files they provided as generic has been recommended instead):Code: # Enable DRM VC4 V3D...
View ArticleAdvanced users • Raspberry Pi 5 thermal throttling at 80C or 85C?
Hi, it seems that the temperature, when RPi5 start throttling the CPU frequency, is 85C. The throttling can also be seen from the output of vcgencmd get_throttled.I have the official active heatsink...
View ArticleRaspberry Pi OS • Re: bookworm update forbidden 403
I formatted a clean SD card with the current version of Raspberry PI OS. Update complained of the same error as above, ping worked and the wget command worked fine until the line that should show...
View ArticlePidora / Fedora • Kernel: 6.9.0-0.rc1.17.fc41.aarch64
Code: root@fedora:~# neofetch --offroot@fedora-----------OS: Fedora Linux 41 (Workstation Edition Prerelease) aarch64Host: Raspberry Pi 400 Rev 1.0Kernel: 6.9.0-0.rc1.17.fc41.aarch64Uptime: 10...
View ArticleGeneral discussion • Re: Software
MiscBitsLovely reply Statistics: Posted by amoun — Tue Mar 26, 2024 9:31 pm
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
0.993707] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit[ 1.092355] mmc0: Command Queue Engine enabled[ 1.092360] mmc0: new ultra high speed SDR104 SDXC card at address...
View ArticleTroubleshooting • Re: Strange behaviour from 27W USB-C PSU
Simple splitters violate the USB specification. I've never seen one that is compliant as that takes electronics.Statistics: Posted by dp11 — Tue Mar 26, 2024 9:37 pm
View ArticleTroubleshooting • Re: Malloc_Consolidate:() Invalid Chunk Size Error
Perhaps time to try another R-PI and see whether the issue is consistent across examples. As for codecs, yes they can have memory management issues, largely to do with programming, which should have...
View ArticleCamera board • Take a small picture by setting size but use scale not crop
I don't know if I'm not understanding something...If you use:Code: picam2.create_still_configuration(main={"size": (320, 320)})and compare that with a full res shot, it seems to be a crop. I want to...
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
Exact error messages could help a lot,I am not so sure, but here you are:-When running the planet demo the Processing console displays the message;-The sketch has been resized from 1024x768 to...
View ArticleBeginners • Re: Pi 5 KDE Black Screen
I find in the boot log smartmontools.service failed to load. No sure if this is the reason.Statistics: Posted by milanolarry — Wed Mar 27, 2024 9:07 pm
View ArticleAdvanced users • Re: Image File Utilities
Code: sudo blkid /dev/nvme0n1 | grep -o PTTYPE=.*does not return neither "dos" nor "gpt" which is checked. Would be interesting what's returned on your system instead Statistics: Posted by framp — Wed...
View ArticleAdvanced users • Re: ASIX ax88179_178a not getting predictable network...
Just to let you know that after doing Code: sudo rpi-update today, my ASIX ax88179_178a USB3 ethernet interface is now getting the expected enxXXXXXXXXX name when predictable network interface names...
View ArticleAutomation, sensing and robotics • Re: How to replace RPi.GPIO code with...
Sadly I am wrong. This does not solve the problem. The monitor does go to sleep, but still wakes up about 60 seconds later, despite the PIR still being covered and dark in a box. Any ideas gratefully...
View ArticlePython • Re: Raspberry Pi pill dispenser using servos 30
can someone jest help me?You first wrote about this in September 2021:viewtopic.php?p=1911817#p1911854Regrettably, I expect the answer is no.Statistics: Posted by ame — Wed Mar 27, 2024 9:33 pm
View ArticleRaspberry Pi OS • Re: Which packages are installed (remote)?
Thanks .... with the history.log I do not get everything as the log is to limited due log-rotate etc. Also I notice there are a lot of update/upgrade commands. The /var/lib/dpkg/status looks...
View ArticlePython • GPIO and Buzzer activation
I'm working on a python code to make an access control by RFID and it is working very well. Now I have the final implementation with a buzzer to make a short sound when the RFID tag is detected. I...
View Article