Troubleshooting • Re: Chromium-browser package no longer only chromium
Hello kerry_s,To clarify, I installed Raspberry OS lite and then added GNOME. I didn't have any problems before, and these are the default sources. I haven't changed anything in the sources list. I've...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
CrowdStrike screwed up. Microsoft screwed up in allowing CrowdStrike's screw up to down Windows machines.That's where the blame lies, not with the EU.I suspect MS blaming the EU has everything to do...
View ArticleTroubleshooting • Re: Two RPi 5 dead
Have you got access to some eletronic test equipment?Yes. What do you suggest?An oscilloscope ideally. At the very minimum; a decent multimeter.And measure what exactly?Statistics: Posted by sm6vfz —...
View ArticleSDK • Re: PicoW: How to get the IP-Address?
Alternately:Code: printf ("IP address: %s\n", ip4addr_ntoa (ip_address));See https://www.nongnu.org/lwip/2_0_x/ip4__ ... 90cbd9059cStatistics: Posted by Memotech Bill — Wed Jul 24, 2024 12:48 pm
View ArticleHATs and other add-ons • Re: PI5 hangs when M2 is used
Second vote for asking the HAT manufacturer.As well as enabling PCIe is you EEPROM boot order set correctly to include NVMe?If you boot with a monitor connected what do you see on screen?What sort of...
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
Very happy to report that things are still working correctly this morning! Next step is for me to try getting it running at startup.That's the fun bit. I suggest you work out what your python code...
View ArticleCamera board • Re: rpi5 with imx219, no camera available on interface...
If you have connected the camera to CAM/DISP0, then addCode: camera_auto_detect=0dtoverlay=imx219,cam0If you have connected it to CAM/DISP1, then addCode:...
View ArticleTroubleshooting • Re: Pi 5 Stopped booting
I would love to know why cables that work fine on Pi 4's don't work on a Pi 5? I assumed that the only difference is in how well they are made.The "display:" line from the diagnostics display shows...
View ArticleOff topic discussion • Re: What flat button should I use?
Sigh. Replying to your posts has always been hard work for everybody.Is that a good thing?Anyway, thanks for the help everybody!Statistics: Posted by Henrik Gill — Wed Jul 24, 2024 1:28 pm
View ArticleBeginners • Re: Any way to use AI to identify a cat versus a raccoon?
Sadly; so much useful technology; also has some less than savoury applications.All too true and all but unavoidable. The only thing we can do is discourage, limit and regulate those unsavoury...
View ArticleCamera board • Enable UART breaks IMX462
Hello everyone,I've been working through an issue with an Arducam IMX462 alongside Arducam Support. I am working on integrating this camera in a BlueROV2 but have replicated the issue on plain...
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
Please hippy, do tell more! (Interested)I would rather not solder and hack my way to installing pull up/dn 10k resistors in the hardware itself to regain functionality.Statistics: Posted by LPSeg13 —...
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
No typo. Looks like mods didn't like the whole thread and either obliterated or hid it.See here: https://github.com/raspberrypi/bookworm ... 2245126896 and you only need the feature_disable, not the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry 5 issue that did not exist...
On a pi5, create a venv (with --system-site-packages) and activate it.Code: pip install rpi-lgpioThe blink example with "import RPi.GPIO as GPIO" then works perfectly.Works on latest PI5 with latest...
View ArticleAdvanced users • Re: RP5: arch assigned 64-bit MSI address 0xffffffe000 but...
The 32-bit DMA and no-mip widgets should both combine to produce low MSI addresses.Remove all those lines (pci= prefixes don't do anything in config.txt, and probably won't help in the right place...
View ArticleGeneral discussion • Re: Question regarding raspberry pi 5 and power delivery...
A secondary issue is the cable used to connect the charger to the Pi5 - FWIW here are my (early) tests (pre-official PSU) of several PD supplies and cables:https://www.cpmspectrepi.uk/raspberry_p ......
View ArticleGeneral discussion • Why isn't the admin answering the mail?
Why isn't the admin answering the mail?Statistics: Posted by parkerkatherine — Thu Jul 25, 2024 12:42 pm
View ArticleBeginners • Re: What PI model should I choose?
Desire or facility increases as an activity proceeds I suggest buying the max you can find/afford - RPI5 with max memory. because once you start your experiment you'll try more and more things, and if...
View ArticleAdvanced users • Rpi5 stucks on solid red led after boot with a camera board...
Hi guys,I turn around my issue and I thinkg need help to move forward.I have a Rpi5 board which starts without any problem.However when I connect a camera board on the Cam1 plug the Rpi5 does not want...
View ArticleAdvanced users • How do I revert kernel 6.6.28--> 6.6.16 offline?
Hello,I have a wifi adapter Realtek 8192FU. A few month back I updated my PI (4) from 6.1 to 6.6.16 using rpi-update because the kernel has built-in support for my wifi. All worked well stable...
View Article