Advanced users • Re: HOWTO: Create a Super User File manager
The same is true if you remove password checks for sudo.Has this changed recently? AFAIK, there is no password check for sudo (*).Of course, some sophisticated users figure out how to make it prompt...
View ArticleGeneral discussion • Re: Will this work
Should be possible and maybe a Pi Pico could do it.Statistics: Posted by hippy — Sat Jul 20, 2024 11:49 am
View ArticleAdvanced users • Re: Rpi and BT extended advertising mode
RPi 4B specs says Bluetooth 5.0https://datasheets.raspberrypi.com/rpi4 ... -brief.pdfRPi 5 specs says Bluetooth 5.0https://www.raspberrypi.com/products/raspberry-pi-5/BlueZ seems to have support for...
View ArticleNetworking and servers • Re: New Router from ISP - reset all my PI's
Edit: it occurs to add that if you can keep your old router it'll insulate you from events like your new router packing up. Maybe consider getting an old router, used as above, to insulate your Pi...
View ArticleBeginners • Re: 256G SSD - creating image on 32G USB
Remember that one of the main things we do on these boards is try to "curve fit" the comments and issues raised by OPs. That is, we try to develop and express real world explanations that align with...
View ArticleTroubleshooting • How to setup SSL in Claws 4.1.1
Last days I did the step from I believe Bullseye (32bit) to Bookworm (64bit). Complete new install from bought SD with distribution. Needed some time to set things strait. Al is working so far, until...
View ArticleAdvanced users • Re: Installing Docker Package
Thanks everyone this has been really helpful and informative, and I have learned a lot. I did realise at the time that I was removing some of the code and see now that it was an error on my part. I...
View ArticleRaspberry Pi Connect • Re: "systemctl --user disable...
If you want to keep the remote shell capability of Connect, just install the 'rpi-connect-lite' package instead of 'rpi-connect':Code: sudo apt install rpi-connect-liteDocumentation:...
View ArticleGeneral discussion • Re: Raspberry Pi 4 Cannot Find Any Wifi Network
What type of case are you using?Statistics: Posted by kip_the_elder — Sun Jul 21, 2024 11:47 am
View ArticleDevice Tree • Re: RPI5: Issue with GPCLK0 Clock Generation on GPIO4 in ALT0 Mode
Yes. As long as VCO and divider input maximums are respected.Thanks a lot for the positive info.There might be enough plumbing in the clocks framework to just declare parents and clock rates manually...
View ArticleItaliano • NVMe PCIe M.2
Hi everyone, I'm trying to install Windows 11 Arm64 on Raspberry Pi 5 with the NVMe PCIe M.2 drive instead of the SD card. Can anyone tell me how to do it, it would be fantastic, thanksStatistics:...
View ArticleTroubleshooting • Raspberry Pi 5 stuck on red light when power comes back for...
Hi, i noticed that my Raspberry Pi 5 gets stuck on a red light when the power goes out and then flickers and comes back for a short amount of time (less than 1 second), then when the power fully comes...
View ArticleGeneral • Unexpected interrupt behaviour in PIO
I've been experiencing some unexpected behaviour while using interrupts in PIO to synchronize the operation of two state machines.Code explanation:Although the project itself is quite complicated, the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Creating a custom spi channel
I need to create a custom spi channel on Raspberry pi 5. Due to some reason the spi channel 0 is not generating clock signal. But Spi channel 1 works fine. In my project, I need 2 spi channels. Can...
View ArticleGeneral discussion • Re: Using a Pi as a "router"
A TAP connection might be a better choice.If memory serves, TUN conections cannot be part of a network bridge so you need routing and/or NAT at the server end in order to access the network teh server...
View ArticlePython • Re: Need help for read numbers from a picture
True. But building from source, if do-able, does have the benefit of ensuring that you are getting the latest and greatest version.Versions in repos - especially in the Debian ecosphere - are...
View ArticleRaspberry Pi OS • Re: Wrong Simplified Chinese translation in Appearance...
Screenshot:[img]https://smms.app/image/JFkwf7YjIaTA2Do[/img]Your screenshot doesn't work. You should have taken the BBCode example and used that on here.Statistics: Posted by DougieLawson — Sun Jul...
View ArticleGeneral • Re: Pico Project Generation Error
PICO_SDK_PATH is C:/Pico SDK v1.5.1/pico-sdkCMake Error at CMakeLists.txt:21 (project): 'nmake' '-?'A Windows set-up using the Official Pico SDK 1.5.1 Installer for Windows doesn't use 'nmake' - it...
View ArticleTroubleshooting • xrdp connection sync with hdmi output
Hi, I have a remote desktop connection (xrdp) from my Windows laptop to my Pi (Raspberry Pi 4 B). This connection worked perfectly before I plugged a display screen into the hdmi port. After plugging...
View ArticleTroubleshooting • Re: Video not displaying in Chromium 126.0.6478.164
Thank you for your suggestion to flash a spare SD card with Pi OS Bookworm and check if Chromium plays videos correctly. Before I proceed with that, I want to mention that I've tested the same version...
View Article