Troubleshooting • No OS works on zero 2w?
I have brought a brand new Raspberry Pi Zero 2W and SanDisk Extreme Pro 128GB SD card and I use the Raspberry Pi Imager to install Kali Linux OS as well as Pi OS and every time I get 'Kernel Panic'...
View ArticleRaspberry Pi OS • Re: "Raspberry Pi OS 6.6" - Says who ?
Linux Pi4B 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/LinuxNot sure why I don't have the latest.That is the latest apt kernel. I suspect aBUGSworstnightmare is...
View ArticleAdvanced users • Re: NetworkManager AP choose interface
I have just basic knowledge of configuring wifi becuase my PCs use Cat5/6, but you can permantly disable wlan0 via raspi-config. Then you need to use NetworkManager. A good start isCode: sudo nmcli...
View ArticleBeginners • Re: need help choosing a power cord for my RPI4
It looks like it accepts a USB-C power cable, like the Pi 4 itself.do i need a specific usb c power cord?Statistics: Posted by kaitlin4598 — Thu Nov 07, 2024 10:52 am
View ArticleBeginners • Re: Is it safe to clone a Raspberry Pi onto an SD card while a...
Usually will work fine to create a working copy but any data getting stored by your code may not to be complete.Some of us use image-backup from image-utilities to perform this function...
View ArticleRaspberry Pi OS • Is CLI version more stable than GUI version for production...
How to achieve 'best humanly possible' up time and stable running 24/7 for production server?Should one develope with GUI OS (more tools, IDE) and then run the finished executive code on CLI only...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
UPDATE 8I wanted to show you the different penal's and the 3d stuff this update, but plans changed slightly since the Board arrived early Yesterday evening. So what was supposed to be in this update...
View ArticleBeginners • Re: Surely simple networking help please!!!
But then you siad 'use nmtui' which is expressly what I said I needed not to do.Go read my post again. I did not say that. I said that you may find nmtui a better choice than nmcli.If you tell us what...
View ArticleAdvanced users • Re: [HOWTO] Headless configuration of a Raspberry Pi using...
Thanks for this HowTo! I used it as my guide for implementing a gadgetmode plugin for sdm. While I was at it I also implemented libcomposite gadget mode. It works, but I haven't done extensive testing...
View ArticleRaspberry Pi OS • Where to begin - errors in the latest OS Upgrades?
For about five years I have used various RPi 4s and more recently 5s for astrophotography. There have been occasional hiccoughs in the Update/Upgrade paths, but earlier this year we had a pretty...
View ArticleTroubleshooting • Re: No OS works on zero 2w?
What power supply are you using?Statistics: Posted by kip_the_elder — Fri Nov 08, 2024 10:29 am
View ArticleRaspberry Pi OS • Re: Where to begin - errors in the latest OS Upgrades?
Can you give the hotspot/VNC errors/issues rather than a list of the normal package upgrades?VNC is working fine for me with all the latest updates inc. labwcStatistics: Posted by neilgl — Fri Nov 08,...
View ArticleGeneral • Re: Raspberry Pi PicoW - not getting recognised.
Which system are you connecting it to? Windows 11 ?Statistics: Posted by neilgl — Fri Nov 08, 2024 10:34 am
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
One way we can test it is using a stock Bookworm image on the Pi3+, no other software installed, then run the sketch and check with stty and catStatistics: Posted by neilgl — Fri Nov 08, 2024 10:39 am
View ArticleGeneral discussion • Re: Raspberry Pi without Wi-Fi and Bluetooth
HiI need some Raspberry Pis with the Wi-Fi and bluetooth physically removed (not just disabled). I still need the USB and ethernet ports.Do you know whether Raspberry provide such a device? I'm...
View ArticleGraphics, sound and multimedia • Re: Forcing 5120x2160 resolution @60Hz on RPi 5
X11 and Wayland use different approaches for using OpenGL for rendering, and they seem to have different results.V3D should be able to render to a buffer up to 8192 wide.X11 renders the entire desktop...
View ArticleCompute Module • Re: CM4 I/O Board with different two cameras available?
Picamera2 uses libcamera underneath.You don't say what performance you require, or what operation you are doing on the data. H264 encode performance is probably the most limited factor on CM4 at...
View ArticleOfficial Display • Re: Brightness control for Touch Display 2
In theory someone could write a backlight driver that attaches to the DDC controller of an HDMI port, but I don't know of any such arrangement at present. As my mod sits in the drm_panel framework, it...
View ArticleC/C++ • Re: Can't use WiringPi on Raspberry CM4S
I was using WiringPi for my various C scripts on my Raspberry Pi CM3 before the library was deprecated. I’ve now switched to a Raspberry CM4S (running Debian GNU/Linux 12) and installed version 3.10...
View ArticleUbuntu • Re: Debugging GPIO with C++ on Raspberry Pi 5
However it always notice me that "Failed to open chip" when I trying to use this library.There no reason it should not work, so can provide more detail as to what you are doing?For new developments I...
View Article