Troubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Having a similar issue with an out.of the box Pi5. Had a web page in Firefox running and tried to open libre Office writer and screen froze and green led stopped flashing. Genuine Pi PSU 128GB SD card...
View ArticleGeneral • Re: Raspberry Pi Pico H 2.8inc LCD?
I have quite a bit of experience with that exact screen. For development purposes I'd highly recommend getting this breakout boardhttps://a.co/d/04WE1ewThis will allow the screen to function and it...
View ArticleGeneral discussion • Re: Simple graphics editor - similar to MS Paint
I use a free online alternative that fits my needs: https://e-paint.web.app/Statistics: Posted by fprietog — Fri Feb 14, 2025 2:06 am
View ArticleTeaching and learning resources • Re: Advent of Code 2024
--- Day 18: RAM Run --- I've been working on day 17. Unfortunately, I read the spoilers for part 2 so now Fido wants to do it differently with a genetic...
View ArticleGeneral • Re: PSRAM for Pico2
I don't think you could add PSRAM and keep a Pico 2 W version under $10. You might need to go to the larger RP2350B variant to have enough pins to add PSRAM tooStatistics: Posted by scruss — Sat Feb...
View ArticleBeginners • Re: can't install gnuplot
Which OS and version are you running?Here are a few links with indications on solutions. See https://www.google.com/search?q=gnuplot ... s-wiz-serpStatistics: Posted by DS256 — Sat Feb 15, 2025 1:14 am
View ArticleBeginners • Re: Multiple os and nvme
I tried pinn but it fails of writing boot partition.It shouldn't fail. Which OS boot partition failed to write and what was the error?Statistics: Posted by procount — Sat Feb 15, 2025 1:16 am
View ArticlePython • Re: Activating a venv at boot time
You don't need to activate a venv to use it. You can NOT script activate because it modifies the environment.See https://raspberrypi.stackexchange.com/a/149498/8697Statistics: Posted by Milliways —...
View ArticleGeneral discussion • EOLing My Guides
Given feedback and demands received over the last few months and in order to protect my health (both physical and mental) I've made the difficult decision to cease updating my guides.It's a shame but...
View ArticleRaspberry Pi Connect • Re: confusion about what sets the Connect resolution
... and any clue why one of my five thinks it has a monitor attached when it doesn't ?See the part of the first screenshot that is from pilab/pi44Statistics: Posted by tinker2much — Sat Feb 15, 2025...
View ArticleHATs and other add-ons • Re: 52pi N16 Quad NVME Board [EP-0180] & GeeekPi...
SAME ISSUECode: massmin@massnas:~ $ sudo dd if=/dev/zero of=/home/massmin/nvme0/testfile bs=1M count=1000 &sudo dd if=/dev/zero of=/home/massmin/nvme1/testfile bs=1M count=1000 &sudo dd...
View ArticleSDK • Re: Slower builds?
At this point it's just getting silly. That kind of text processing is not going to bring down a modern CPU core to its knees -- common sense. So I would call it a defect. picotool coprodis is...
View ArticleNetworking and servers • Re: Pi homelab build...
I am trying to learn this, do my taxes, and learn tagalog (family reasons) at the same time. Simply put, I am tired of the project for now, it's been fun, but frustrating. I need to focus on something...
View ArticleRaspberry Pi OS • Re: Raspberry pi5 with bookworm issues
Well rather than quit the forum I persevered and continued to watch what my Pi was doing when I was doing certain tasks.Today I have eliminated overheating as my issue cause and have settled on the Pi...
View ArticleGeneral discussion • Re: EOLing My Guides
Thanks for your tireless work. Look after yourself: burnout is real, and can last for a long time.Statistics: Posted by scruss — Sat Feb 15, 2025 2:42 am
View ArticleGeneral discussion • Re: No double sided printing
Are you using hplip, its the best for driving hp printers, ENVY 7855 is supported.Statistics: Posted by pidd — Sat Feb 15, 2025 2:45 am
View ArticleHATs and other add-ons • Re: Missing SMART vendor attributes
Don't forget to update the smartctl database now and thenCode: sudo update-smart-drivedbStatistics: Posted by pidd — Sat Feb 15, 2025 2:56 am
View ArticleTroubleshooting • Re: No double sided printing
AirPrint and CUPS are quite closely related:Code: murph@raspberrypi:~ $ head -7 /usr/share/doc/cups/NOTICECUPSCopyright © 2020-2022 by OpenPrintingCopyright © 2007-2019 by Apple Inc.Copyright ©...
View ArticleBeginners • Case for raspberry pi 5?
I purchased a Raspberry Pi recently and it is operating nicely. I'm thinking of getting a case for the device, but have seen some negative comments about them; namely, that they just don't fit around...
View ArticleTroubleshooting • Re: Pi4 - [kswapd0] using 90-100% of CPU
Does the rsync actually connect to the NAS over the network, using (ssh) USER@HOST:DEST or rsync://USER@HOST/DEST?If you just copy data between two mounted filesystems, and especially if the...
View Article