Interfacing (DSI, CSI, I2C, etc.) • Re: dwc2 ethenet driver on PI02W issue
It's a know issue with Network Manager on Bookworm.See [shameless self promotion]Bookworm, Point to Point Ethernet (inc g_ether), Bookworm vs Bullseye - A Guide, and USB Ethernet Gadget A Beginner's...
View ArticleGaming • Re: RPi5 screen rotate
you should ask that question in retropi forum, shouldn't you? Is you screen in portrait mode?That's correct, but just to avoid another forum registration - RetroPie's start-up script for...
View ArticleBeginners • Re: Pironman 5-Max
Just bought the Raspberry Pi 5 - Pironman5 Max which I bought in kit form.I have the following for the Pi with the IO Connector - its running Pi 5 Full Bookworm Desktop from NV-Me SSD1. 3.5 inch touch...
View ArticleBeginners • Re: Rsync any computer to any other computer with sshfs
Regular readers know what's coming...First let me say that's a helluva a lot better than most other guides. But...ssh, nmap, and rsync are part of the default RPiOS installation so there is no need to...
View ArticleMicroPython • Re: Bug-Fixed Thonny?
Using the Thonny install script from GitHub "thonny-4.1.7.bash" on a Pi5 running Bookworm 64-bit desktop, it worked OK, and gives a Thonny menu item under "Programming".Also worked for me on Pi 4B...
View ArticleCompute Module • Re: USB3-0 Rx/Tx issues on CM5
This does appear to be a SW problem, so I'd suggest creating an issue on our Linux github repo, with full details on how to replicate the issue.https://github.com/raspberrypi/linux/issuesDone -...
View ArticleMicroPython • Re: Creating a Native C Module demo
You can use a nested construct as a sort of RPN though the operator precedes the operands -Code: print("( 1 + 2 ) * ( 3 + 4 ) =", stringmath.mpy( stringmath.add("1" , "2"), stringmath.add("3" , "4")...
View ArticleOther • Re: Home Assistant OS on Pi 4: No IP Address Assigned
Honestly, ask at HomeAssistant, they'll know. They support Pi platforms Pi4/5 and have thier own Pi based devices.It might be something they have seenI'm trying to remember, but I think some fixes...
View ArticleOff topic discussion • Re: A bit of Raspberry with 144C/288T
numactl sources are on github:https://github.com/numactl/numactlI looked how "-m" option is implemented and got things wrong. Then I saw numademo.c allocating memory on specified numa node with...
View ArticleNetworking and servers • Re: Trying to use a small home server to access the...
To NeilglIt’s a small mini pc that, I don’t remember the specs, but I may be able to checkTo ThagrolMy question is can the connection go Pi -> home server -> internetTo ameThanks a lot, you may...
View ArticleGeneral discussion • Search an open source contribution opportunity for a...
Hello everyone,Thank you to read my message. I start my last year of study this year and I have already finished my first option that is networks and systems (embedded mostly). I'm still a beginner...
View ArticleNetworking and servers • Re: DHCP serve fixed address from the Network...
You may want to split this experiment across two sdcards. One for the rpi access point (call it rpiAP) and one for your app. Only then figure out how to merge one into the other.The conventional way...
View ArticleSDK • Re: New errors after rubbish install of C-SDK
I ran cmake from the build directory of an existing project. Seriously? You should trash that garbage... It has never been clear to me how 'Linux' can be considered a robust operating system when it...
View ArticleBeta testing • Re: Trixie breaks php-cli, resulting in Illegal instruction...
I built php8.4 from the Raspbian sources, but changed a line in the Debian rules file from vfpv3-d16 to vfp2.I installed over the standard version with dpkg and it now works Code: rpdom@raspi14:~ $...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi 5 and the Lack of Hardware...
Oddly, when I passed the OP through an AI detector, one said it was 100% AI, the other said 35% AI.Anyway, the quad A76's of the Pi 5 are capable of higher resolution and higher quality decodes than...
View ArticleGeneral discussion • Re: What product would you like to see?
An SBC with all input/outputs on one side, like the 400/500, but shorter, as small as is feasible, with M2 NVME socket as standard, & case to fit. It is annoying having to accommodate wires coming...
View ArticleCompute Module • Re: Official Touchscreen with Cm4io
Hmm.. I'm showing no overlays loaded? dtoverlay=vc4-kms-v3d is there by default and added the vc4-kms-dsi-7inch for touchBut dtoverlay -l says no overlays loaded.I get an error when trying to load it...
View ArticleAutomation, sensing and robotics • Re: Using a photocell with a Raspi 4
- does the program print errors ?Well the one I used with the brightness sensor prints 0s and 1s as expected, the one I used with the YL-40 prints only 0s in a loop, no matter which channel I choose,...
View ArticleCamera board • Does Raspberry Pi Zero W supports this Raspberry Pi Camera...
Does Raspberry Pi Zero W supports this Raspberry Pi Camera Module 3 (SONY IMX708, Resolution: 12 Megapixel)? At least at 1080p can I experience a live stream without lag? How many fps (frames per...
View ArticleHATs and other add-ons • Re: Old Raspberry Pi HAT not working with the latest...
Code: $ sudo vclog -mCode: 000904.043: boot-part: 0 fs-type: 0000904.059: boot-part: 0 fs-type: 3001047.475: brfs: File read: /mfs/sd/config.txt001048.379: brfs: File read: 1242 bytes001117.275: brfs:...
View Article