Camera board • Re: RPi4 + RPICAM V1.3 no longer takes 640x480
Do you have a spare SD card to try that on a fresh image? "uname -a" should report Linux 6.6 now. That should give us a clue whether it's a software problem or not.Statistics: Posted by therealdavidp...
View ArticleBeginners • Re: rpi4 enable audio output on both usb-c ports simultaneously
yes, the USB-3 ports, the blue ones. sorry for the "-C" confusion! Statistics: Posted by beaker152 — Fri Mar 15, 2024 4:29 pm
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Can confirm that the OwlSight 64MP "just works". One has to be a little careful with buffer choice so you don't run out of memory, but it takes picture as expected and I can find many uses for 14 MB...
View ArticleNetworking and servers • Re: Using a Raspberry Pi with SAS HDDs?
...Those cables and interposers are for attaching a SATA drive to a SAS HBA. The cables don't work in reverse as SATA support is an optional feature for SAS HBAs.This one (sorry for the Amazon link)...
View ArticleRaspberry Pi OS • Re: "Received client request to flush runtime...
1262 7572 89536Statistics: Posted by gotaf80307 — Fri Mar 15, 2024 4:48 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 + Google WiFi: Sounds like a NAT issue,...
Also, IPv6 is disabled on the Google WiFi router. I am not sure if enabling it can make things better or worse (or leave them the same). Though, I have played with this parameter too.I doubt that's an...
View ArticleTroubleshooting • Re: Rock and a hard place, Wayland vs LXDE/X11
what vid player ? in vlc -> video -> output - mmal for raspberry, codec - drmit's the same wayland no matter the desktop, same issues apply.kde on the rpi4 is okay, much, much better on rpi5...
View ArticlePython • Re: pulse counting with python
Of course quite simple!just look what I did roughtly 10 years ago to get speed of a stationary cycle.viewtopic.php?t=119476&hilit=cycle#p812499Statistics: Posted by danjperron — Fri Mar 15, 2024...
View ArticleGeneral programming discussion • Re: What is the best free bash scripting...
HauntedPi,Consider starting a little project using Bash scripting language that you have no idea how to proceed with. Break it down into little tasks and, by asking simple questions of Google, search...
View ArticleGeneral discussion • Re: Pi 5 - change drive owner & group
if its formatted with a fs that supports permissions, the same way you would change the ownership of anything else, sudo chownStatistics: Posted by cleverca22 — Sat Mar 16, 2024 4:39 pm
View ArticleNetworking and servers • Re: WiFi fast-ish roaming for mobile robotics
If you are low traffic then the backhaul should not be an issue even if it is using the same antenna as the main WiFiThings will be slowed down a bit but not to the extent you are seeing.Anything odd...
View ArticleNetworking and servers • Re: Help, OVN/OVS on a Pi, Geneve Kernel Module Issue?
There is also this thread that may help (RonR's build tool) viewtopic.php?t=343387Do not forget to buy the T-Shirt:Statistics: Posted by MiscBits — Sat Mar 16, 2024 4:43 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I've fixed these warning: pointer used after ‘free’ and I gave it all a test.Code: ~/Projects/argononed $ ./build/argononed -TERROR: -T is not a recognised flag or option name~/Projects/argononed $...
View ArticleTroubleshooting • Re: Kernel build error: make: *** No rule to make target...
You may find Building the Raspberry Pi OS Kernel : Made Easy useful.Statistics: Posted by RonR — Sat Mar 16, 2024 5:01 pm
View ArticleDeutsch • Re: LAN Raspberry 400 down
Ich habe gestern auch wegen einem anderen Projekt mal meinen Pi 5 mit dem gestern rausgekommenen neuen Full OS 64 Bit installiert.Dort ist LAN und WLan per DHCP konfiguriert und ich habe (außer den...
View ArticleBeginners • Re: Can I run different things at the same time on a Pi 5?
Im guessing EI23 is something related to Smart Homes, for automations, just ran a quick search on Google. I haven't used it before so Im not entirely sure of its setup process, but I have used...
View ArticleBeginners • Re: problem exporting gpio Linux raspberrypi version March 2024
I wrote a compatibility shim in the last two days using fuse that can be mounted on top of /sys/class/gpio. It tries to emulate the old behavior of that directory, even poll based edge detection. All...
View ArticleSDK • Re: cannot change PICO_SDK_PATH in VS Code on Mac
I fixed the problem by including these two lines in the very beginning of pico_sdk_import.cmakeset(PICO_SDK_PATH $ENV{PICO_SDK_PATH})message("PICO_SDK_PATH ==> ${PICO_SDK_PATH} ")I have no idea,...
View ArticleGeneral discussion • Re: Can I create a security risk with my Pi?
And there is one Pi specfic risk too: using the old default username and password then opening you Pi up to the world for ssh.By now every script kiddy in the world (and his wife) knows what those...
View ArticleBeginners • Re: PI 5 HDMI output not working with Old Samsung HD Ready
added this to end of /boot/firmware/cmdline.txt but had no effectStatistics: Posted by imranrajjad — Sat Mar 16, 2024 5:18 pm
View Article