Troubleshooting • Re: Incoming connections getting blocked on Bookworm
UPDATE:My initial assessment about "incoming connections" was wrong.Its a KEEP-ALIVE issue. After about 10 minutes the WIFI interface goes into some sort of sleep.No journalctl messages about it.If I...
View ArticleNetworking and servers • Re: Writing to SMB shares from an old Windows NT...
You don't need two ethernet devices.Your control machine will be using SMBv1So, you need to set 'server min protocol = NT1' in the rpi's smb.conf (it willdefault to 'client min protocol = SMB2_02'The...
View ArticleBeginners • pvr.iptvsimple 21.8 needed but not available in repo. Is there a...
Hi everyone. I installed Kodi 21. Thanks to dom . Unfortunatly I need a version of pvr.iptvsimple that doesn't seem to be available in the repo. The repo has pvr.iptvsimple-20 but not...
View ArticleTroubleshooting • Re: 2017 model 3B+ can’t upgrade 2019 OS now can’tdo a...
I found some hacks from 2015 about adding hdmi_force_hotplug=1config_hdmi_boost=4but that did not work. I added the magic line and I got raspberries at the top of the screen and it started booting...
View ArticleOfficial Display • Re: Rpi All-In-One 10in display touch difficult to use
I would go back to the vendor of that 3rd party display and ask for your money back.Statistics: Posted by neilgl — Fri Jun 07, 2024 9:12 pm
View ArticleSDK • Re: Raspberry Pi PICO w getting stuck
Okay , I will try using your suggested library . Please can you specify the difference between the library you are suggesting and the one I am currently using in my code ?From...
View ArticleTroubleshooting • Re: SSH Connection Ends Unexpectedly During Login
Have you ever used ssh (successfully) before in your life? Like on other, non-Pi, environments?Statistics: Posted by BigRedMailbox — Fri Jun 07, 2024 9:17 pm
View ArticleAdvanced users • Re: Hall sensor using gpiozero and a pi5
US5881LUA from Adafruit (small 3 prong), wired per instruction (UA): Ground, 5v (pin 2, sensor is rated 3-24v and doesn't respond at 3.3v either), and GPIO pin 21. Proximity: It's loose and I'm...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: BME280 Error
What makes you think you will need both? Because I know very little about this stuff, and with you posting two links, the significance of the other one wasn't clear.The kernel driver is...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
I'm going to own a morceau de tarte.But will you ? I'm not sure what the UK process is for an over-subscribed IPO which this is reported to be. Approaches to that seems to be increase the number of...
View ArticleTroubleshooting • Re: RPi Zero 2W doesn't wake using rtc
Maybe this will helphttps://forums.raspberrypi.com/viewtopi ... e#p1074313I've seen your post, many times in fact as it's suggested in many topics According to multiple threads on this forum DS3231...
View ArticleTroubleshooting • Re: Got my first Pi, DOA?
I talked to support and they gave me a link to a Pi imager. I got the latest version of the OS that I think I want on there. I just grabbed what was recommended.Nevertheless, the reimaging of the SD...
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
This timing of this bemused me ... https://www.hackster.io/news/benchmarking-tensorflow-and-tensorflow-lite-on-raspberry-pi-5-b9156d58a6a2Perhaps someone could hand Alasdair an AI Kit so he can add...
View ArticleBeginners • Remove duplicate packages installed by mistake
Greetings;I did a remote install of a pydevd_pycharm version X package via my PyCharm IDE (venv). when that didn't work, I installed it again using Code: sudo pip3 install pydevd_pycharm~=VersionY...
View ArticleBeginners • Re: Remove duplicate packages installed by mistake
.local is a hidden folderopen the file manager & press ctrl + h to show hiddenor right click -> show hiddenStatistics: Posted by kerry_s — Fri Jun 07, 2024 11:04 pm
View ArticleCompute Module • Re: Waveshare cm4-nvme-nas-box Booting CM4 from SSD via the...
Well I've done a whole bunch more messing around , mostly with a Argon 5 NVMe , this works fine , all my NVMe sticks work here (an it can boot from them (but it does only have one NVMe slot... so the...
View ArticleTroubleshooting • Re: Pi 4 with burnt WIFI
IMHO your only hope is to remove the wireless block, whatever you do in software will not alleviate the 3.3V being overloaded which may eventually blow the pmic chip and/or its associated...
View ArticleRaspberry Pi 400 • Re: Looking for a specific kind of DNS server
So, this is not a solution. Can you recommend another easy to setup DNS server that will meet the requirements?This may or may not be the answer you're looking for (waves hand obi-wan style), but have...
View ArticleTroubleshooting • Re: pi zero 2 w hanging, getting very hot
/boot/firmware/config.txtarm_boost=0arm_freq=900seems to have solved my issue. A little disappointed, but whatever. Just wanted to post back in case somebody else had the same problem.Statistics:...
View ArticleC/C++ • gcc 14 & 15
Fwiw, both build under bullseye and bookworm..Code: foo@pi24:~ $ /usr/local/GCC/14-20240518/bin/sd-gcc g++ -vUsing built-in...
View Article