General discussion • camera raspberry pi
hihow to see the live feed from my NOIR module 2 camera on my raspberry pi 4thankshave a good dayStatistics: Posted by mabp — Wed Feb 28, 2024 2:09 pm
View ArticleDeutsch • Re: ständig SMB Login bei der Fritzbox
Die Hammermethode ist die resolv.conf auf immutable zu setzen (sudo chattr +i /etc/resolv.conf). Allerdings ist dann die Ursache nicht behoben. Wenn Deine Fritte ein paar DNS nicht resolven kann hast...
View ArticleBare metal, Assembly language • Re: RPi3 Interrupts
That's great news. I'm very happy to hear you got to the bottom of it. Statistics: Posted by pmoore — Wed Feb 28, 2024 2:17 pm
View ArticleC/C++ • Re: systemd/race condition in private app
On all my Bookworm systems I see that the rc.local service DOES run at boot time (journalctl -b | grep rc.local) but regardless of your current systemd issue, rc.local isn't necessarily as predictable...
View ArticleBeginners • Re: Access rp GUI from Homebridge
Click the 3 dots at top right of menu bar, this will show ">_ Terminal"Click that and it takes you into a Terminal, logged in as user homebridge (see picture below)If you want, change to the user...
View ArticleRaspberry Pi OS • Re: Systematic journal corruption on clean install of...
The action that systemd reports that it will take is never done. The journal is not renamed and only one single journal file exists at all times.Actually the inode number and creation time of the file...
View ArticleBeginners • Re: New RP 4B 1st boot - HDMI screen not displaying
Thanks for bearing with me Just to confirm - this was with same hdmi cable?-> Yes. It was the same HDMI cable for all those tests: RP displays on my TV Screen and my Work's Screen. RP does not...
View ArticleGeneral discussion • Re: RPi5 wont boot...
and you are plugged in to the wrong HDMI port. (diag display shows no connection to HDMI0, but connected to HDMI1Statistics: Posted by terribleted — Thu Feb 29, 2024 2:25 pm
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Did you reboot?"cat /etc/os-release"If it says Bookworm, then I don't know what you've done to stop it updating the firmware.If it says Bullseye (or worse Buster), then you'll have to sort your own...
View ArticleGeneral discussion • Re: codec licences required for RPi5?
No. Pi 4 and 5 don't have any codec license codes.Pi5 not mentioned yet:https://www.raspberrypi.com/documentati ... ec-optionsStatistics: Posted by HermannSW — Thu Feb 29, 2024 2:28 pm
View ArticleBeginners • Re: RE: Wiring up my Pi Zero to the E -Paper Hat
Hey guys, im quite new to this.Newness need not rule out common sense....Take a dispassionate look at - Image of the pi and the e paper hat i am trying to wire up: https://ibb.co/SXpMYkXCan you see...
View ArticleGeneral discussion • Re: Suspicious line in bcm2835_dma.c
Looks like it's not in the updates designed to go upstream for pi5 (around here).At some point our downstream tree will be rebased on top of that, so I expect that line will be dropped if we can't...
View ArticleOther programming languages • Re: Pari/GP CAS (Computer Algebra System)
Today I learned from mersenneforum.org @Neptune that I wasted 8.55 days runtime(with 16 threads on chiplet0 of AMD 7950X CPU) to compute sum of two squares for largest known prime p=1 (mod 4).The 8.55...
View ArticleTroubleshooting • Re: OS 64 bit: Questions and bugs
Did you, when logged in as a user with sudo priveleges, copy a new .png of your choice called RPiSystem.png to the correct place? This worked for me:On a PC, create my own .png called...
View ArticleGeneral • Re: Ensuring PWM/GPIO outputs are low after critical events
MicroPython has a 'sys.atexit()' which allows a function to be specified which will be called when a program terminates which I believe includes Ctrl-C interruptions -...
View ArticleCamera board • Re: v2 camera module problem
Good newsStatistics: Posted by neilgl — Thu Feb 29, 2024 2:46 pm
View ArticleTroubleshooting • Re: Play mp4 video on Pi3/4 without stuttering
Yes I never actually watch videos over VNC...Statistics: Posted by neilgl — Thu Feb 29, 2024 2:48 pm
View ArticleTroubleshooting • Re: Stretch to Buster - Temporary failure in name resolution
OK - as you also have a normal linux (Kubuntu) it will be a lot like that in day to day operation - i.e. you don't know it is ARM - so good news.Do you know what the "settings" were (apart from the...
View ArticleBeginners • Re: NAS, Pihole, VPN
Thank you.Cay you tell me why this is better?Statistics: Posted by Zmorr — Fri Mar 01, 2024 2:05 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I reread your post, delete my parts from device treeCode: /* * vc4-kms-dsi-ti-sn65dsi83-somepanel-overlay.dts *//dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; /* PWM0 function */ fragment@0 {...
View Article