Networking and servers • Where/how to set dhcp range in NetworkManager?
Latest Pi bookworm with all updates. Using NetworkManager nmcli to do simple stuff I can put in scripts. Now I am stuck at setting the DHCP IP range. How? Where?There are about 45,000 web pages...
View ArticleTroubleshooting • Re: Raspberry pi failure
Have you looked at this?https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by kip_the_elder — Thu Jun 27, 2024 7:41 am
View ArticleRaspberry Pi Connect • Re: About rpi-connect 1.2.1
After installing 1.2.1 I was able to see complete desktop of RPi-4 on my smart phone, also zoom in and zoom out worked well, but after reboot not anymore...Statistics: Posted by California — Thu Jun...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - HDMI not working properly when...
I think that you've answered your own question. It's down to power. Though from the details you've given; the official PS should be enough...You aren't trying to power the screen directly from the Pi...
View ArticleTroubleshooting • Re: Swiss Keyboard Layout not working
You should be able to do it with the raspberry pi configuration tool on the accessories menu if you are using the GUI. I just tried it...it worked for me. You can also set up an alternative, so that...
View ArticleCamera board • Re: Simultaneous video and still picture
Thank you.From the look of that code the video and image are being consumed only within the python program. This is OK for what I want the image for, but the video stream needs to be passed on, so...
View ArticleRaspberry Pi OS • Re: Reinstall RPi OS after removing XFCE
you mean?I believe they were asking if there's any reason you can't simply install a fresh OS as one normally would, as you perhaps initially did.Trying 'sudo apt install raspberrypi-ui-mods' may get...
View ArticleOff topic discussion • Re: Why did Dride Dashcams fail?
From an outsider's perspective, it does seem like Dride struggled with poor project management and unrealistic timelines more than technical limitations. Juggling both hardware and software...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Reading register values from pi 4...
AIUI MPU6050 is just an I2C device, so why are you trying to go directly to the peripherals rather than using the Linux kernel interfaces for I2C and GPIO? The abstractions are there for good reason...
View ArticleCamera board • Re: how to enforce HQ camera record high FPS video?
The legacy camera stack (raspivid/raspistill/picamera) has been deprecated for several years now, replaced by libcamera.The legacy stack only supports v1, v2, and HQ camera modules. V3 and GS are only...
View ArticleBeginners • Re: How to allow root level access thru SFTP/SMB
What file system are you using on the drive that you are trying to access?FAT/NTFS etc don't support Linux/Unix permissions.You might also like to have a look at this excellent...
View ArticlePython • Re: Script for waveshare relay module
Hi, I have not got my jumpers yet, so have not been able to wire up the relay. I´m hoping to get them later today. I have revised the script which I have copied below.import RPi.GPIO as GPIOimport...
View ArticleOfficial Display • Re: change 7 DSI-1 resolution on Bookworm
It isn't higher resolution. The display is the same resolution (its native resolution is the maximum it can do). By having a higher resolution desktop it has to scale down the result to fit on the...
View ArticleCamera board • Re: GS camera ,black flash promblem.
Running through VNC is a bad idea, it adds a huge amount of latency to the camera output. Consider that the camera software displays on to the desktop. But VNC then has to capture that image, encode...
View ArticleAdvanced users • Re: RPi 5 USB-C overvoltage protection
Note, however, that this TVS is a fairly bulky component, and I can't see an equivalent on the Pi5.The Pi5 does have a component with similar appearance immediately behind the stacked USB-2 connectors...
View ArticleBeginners • Re: Possible to have Raspberry Pi for Home Security system?
There are loads of people that have used Pi for Home security purposes.I did an internet search and came up with pages and pages. Here's a few.https://www.raspberrypi.com/news/privat ......
View ArticleUbuntu • Re: Is Ubuntu 20.04 compatible with Raspberry PI 5?
24.04 runs fineStatistics: Posted by PilotPaul — Fri Jun 28, 2024 8:18 am
View ArticleTroubleshooting • Re: Wpa supplicant is totally broken on the Zero 2 W
Yes, everything changed to Network Manager. Wpa Supplicant has goneGetting Started with Network Manager - Raspberry Pi ForumsDocs: Enable wireless networkingNot been overwhelmingly a popular move to...
View ArticleTroubleshooting • Re: how to power raspberry pi 5 using lipo or ion battery
There a loads and loads of discussions on here about powering PIs from batteries.I would advise that you do a search on the forum.Statistics: Posted by kip_the_elder — Fri Jun 28, 2024 8:34 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to stop driving a gpio (pinctrl?)
Is there a man page for pinctrl or help reference? My Bookworm Raspberry PI 4B says "No manual entry for pinctrl". Code: pinctrl helpandhttps://github.com/raspberrypi/utils/bl ... /README.mdmight...
View Article