Networking and servers • Re: I Need Feedback After Struggling with Multi-NIC...
You didn't really explain what NeXnetInt does for your target user.Can you provide a bit more info covering why someone would want to use it, and how it makes things simpler for them?Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Arducam 64MP-OV64A40 OWLSLIGHT no...
Set camera_auto_detect=0 for a start.Statistics: Posted by scruss — Tue Mar 04, 2025 5:02 am
View ArticleTroubleshooting • Re: Module not found: Issue between IDE and DAQ HAT Library
Sorry i posted a lot of information (my bad). Actually i am trying both libraries in C and Python on Raspberry Pi but in anycase, it is showing this error of module not found or program ending with...
View ArticleTroubleshooting • Re: Pi5 fan keep spinning after shutdown
What else is connected?Isolate the problem, disconnect everything and start checking with the Pi only. Then connect your other components one by one, always checking what happens.Quite frequent this...
View ArticleOff topic discussion • Overlayfs on raspberry pi zero 2w
Recently I Have raspbian os 32bit installedAnd it was booted on pi zero 2wWhen suddenly power went out and the pi shutdownAfter that the power goes back again and when i boot the pi its just like pure...
View ArticleMedia centres • Re: Peppy player
More likely the reason is in the different version of the OS/kernel.I'm using 32-bit kernel 6.6.31, in this case there is no directory /usr/lib/aarch64-linux-gnuThe command 'sudo apt-get install...
View ArticleGeneral • Re: RP235X roadmap
I use printfs and LEDs frequently but having an in circuit debugger can be invaluable for catching problems in complex code, especially where printfs or logging disrupts timing. The CNC software...
View ArticleTroubleshooting • ssh not connecting zero 2W
Good morning/afternoon.I am unable to connect via ssh to pi zero 2W. When it connects, it hang and never gets a prompt. if i connect a monitor everything works locally.I am attaching the log i get. I...
View ArticleGeneral • Update on RP2354 (A or B) availability?
Now that the RP2350A and B are more available, I was hoping to see word on the RP2354. But, there doesn't seem to be anything official said in the last couple of months. Could one of you kind RP folks...
View ArticleTroubleshooting • Keyboard layout not changed despite setting localization...
I have a Raspberry Pi 5 with an SSD running a fresh installation of Debian GNU/Linux 12 (bookworm) and am unable to change the keyboard away from en_GB for a second account. 1) I used the RPi-Imager...
View ArticleBeginners • Re: enabling trng on bcm2835
It should be running, but maybe the config has changed since 2021. I don't have any BCM2835 devices running right now, but try this in the command line:Code: ps aux | grep hwrngroot 62 0.0 0.0 0 0 ? S...
View ArticleGeneral • Re: PIO Tx fifo woes
yep, can use X with a magic numberA non-blocking PULL on an empty FIFO has the same effect as MOV OSR, X. The program can either preload scratch register X with a suitable default, or execute a MOV X,...
View ArticleTroubleshooting • Re: WiFi failures (hardware?)
The cases are from C4Labs and I have applied a layer of Oracal 631 to one of the layers of the buildup. I name my Pis by color, the desktop matches their case color. Makes it easier in RealVNC to know...
View ArticleHATs and other add-ons • Is PineBoards.io no more? Where to go for RPi5 PoE+...
Pardon me if this is a bit vendor-specific, but I am seeing that https://pineboards.io shows a shopify "Store Unavailable" placeholder. I had really good experience with PineBoards.io products because...
View ArticleCompute Module • Re: How many layers is Raspberry Pi CM4 PCB?
I use https://www.waveshare.com/product/acces ... nk-b.htm's heat sink, It's supposed to be 65 degrees at full load but it's closer to 80 degrees.that link is non-working.Why don't you ask waveshare...
View ArticleHATs and other add-ons • Re: Is PineBoards.io no more? Where to go for RPi5...
Maybe they didn't pay their bills?Statistics: Posted by aBUGSworstnightmare — Wed Mar 05, 2025 5:29 am
View ArticleTeaching and learning resources • Re: Raspberry pi and atomic world experience
Username checks out.Statistics: Posted by ame — Wed Mar 05, 2025 5:30 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Having a third monitor?
Hello all, Just an update. I'm sorry for the late reply back. I was having health problems and have been in and out of the hospital. The link I posted for the usb to hdmi adapter the one I have is a...
View ArticleNetworking and servers • Re: Can we expect RPi to support Auracast in the...
Seems to need BT5.2 which we do not (perhaps cannot) support.Oh! Ok.So auracast will take time to come to RPi. Then there is BLE and audio sharing. i.e. several BT receivers being able to connect to...
View ArticleNetworking and servers • Re: Nginx PHP fpm access to Web pages in home...
I use Apache so can't give you specific tips on Nginx but I'd check the following things:Permissions on each step of the folder path and on the files, andDoes the PHP configuration file for Nginx...
View Article