General discussion • Re: Can I create a security risk with my Pi?
Hello, can using the Pi exclusively within my private network create a security risk?in general, its the same risk as using any other computerif you install/run malicious, then bad things happenif you...
View ArticleBeginners • Re: Installing Raspberry Pi 5 imager on my new Sandisk SD Card
network install is not supported (yet) on Pi5 as far as I know![/quote]I cannot say if it works or not, but my Pi5 offers the option if I power it up it with no OS.Statistics: Posted by drgeoff — Sat...
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 ArticleTroubleshooting • Re: I am having trouble setting up my pi 5
Thanks for getting back to me. So i tried rebooting several times with and without the sd card when i wrote the sd card with raspberry os it was varified. But i used the micro hdmi adapter to hdmi...
View ArticleCompute Module • Re: VL805-06 chip.
Thank you.This maybe?https://forums.developer.nvidia.com/upl ... jhK8FE.zipSource: https://forums.developer.nvidia.com/t/p ... d/143085/5Statistics: Posted by josephchrzempiec — Sun Mar 17, 2024 4:06 pm
View ArticleCamera board • Re: Advice required about broken pipe error on camera
Maybe move TheCamera.start() out of TimedImage(), and move it up to just after TheCamera.configure(camera_config)? It looks like your code might be calling start() each time an image is taken with no...
View ArticleBeginners • Re: Servo Jitter with Python on Rasbperry Pi 5
Also I see that there is no Hardware PWM HAT for the Pi5.Is there any hardware PWM device I could use to smoothly operate the servos, that I could buy and control via the PI 5?Any of the servo control...
View ArticleTroubleshooting • Re: Raspberry PI 4B killing home WiFi
Thank You for Your reply. I've been testing few things and now I'm nearly 100% sure that the main problem with the setup is that U-shaped USB connector that connects M.2 drive with the Raspberry PI....
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks.What would cause the drive to be installed with root permissions vs user permissions? Did I do something wrong when installing or is it a standard procedure that you need to change...
View ArticleDevice Tree • Re: RPI5: Issue with dynamic applying DT for Sound Card
I think the change to the sound node is not being noticed, even though the changees to the child nodes are.Try this instead (prettier indentation is left as an exercise for the reader): The same...
View ArticleFrançais • Re: Impossible de parmétrer boutton on/off
OKOK je suis un énorme boulet j'avais en effet plus de 3 lignes je n'ai juste pas fait "page down"...Et il y avait bien une ligne sans le #HandlePowerKey = ignoreJe l'ai donc juste ajouté et tout est...
View ArticleAdvanced users • Re: Reviving /sys/class/gpio on kernel 6.6 and later using FUSE
I think using offsets calculated at startup is sensible. The ultra cautious would start at 0 (2?) and count up until the first GPIO<n> name match, but even in the upstream dtbs there must be...
View ArticleMedia centres • Re: Peppy player
Thank you, it was very helpful.It looks like the playlist was not saved. To save the favorites playlist you need to click twice on the shutdown icon. The playlist will not be saved if you just power...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I just installed Replacement Daemon, however the service is not working. It appeared the daemon is not able to find Argon fan controller. Below is the log message:[ INFO ] Attempt to open the i2c bus...
View ArticleTroubleshooting • Re: Changing raspberry pi hostname breaks Chrome?
Looking in ~/.config/chromium for files (actually symbolic links) with names starting Singleton and deleting them worked. Thanks for that.Statistics: Posted by alphanumeric — Sun Mar 17, 2024 4:43 pm
View ArticleFrançais • Re: configuration wayfire
Excellent, merci, je vais voir ça Statistics: Posted by sylvain1664 — Sun Mar 17, 2024 4:45 pm
View ArticleMicroPython • Re: How to exit gracefully from the second Pico thread ?
I understand that _threads module is experimental and there are major caveats, but I'm surprised that such basic thing as not being able tu use REPL consistently thus effectivelyThat's probably one of...
View ArticleTroubleshooting • Re: hdmi does not output any signal after a while
Screen blanking when idle? I don't use arch so can't say whther that might be enabled by default.Statistics: Posted by thagrol — Mon Mar 18, 2024 4:31 pm
View ArticleRaspberry Pi OS • Re: Pygame/KMSDRM driver problem on kernel 6.6.20
But how do I tell Pygame/SDL which card to use?SDL has the SDL_HINT_KMSDRM_DEVICE_INDEX hint to let it choose which card/device to open. You can automate some of it by using something like kmsxx,...
View ArticleTroubleshooting • Vulkan: no DRI3 support detected on VNC server (Debian)
Hi,I'm using a Raspberry Pi 4 on the latest version Debian Bookworm 64-bits, and need to use vulkan in a VNC session. It works when wired to a screen: vkcube opens a window with a 3D rotating cube....
View Article