Troubleshooting • Re: Picamera2 video frame size recording
Have you got this line in your script, to import QualityCode: from picamera2.encoders import H264Encoder, QualityMy fault, I forgot also import Quality.Anyway, setting high quality I still get...
View ArticleBeginners • Re: Help Connecting 3x Motor Drivers & 1 Display to Pi Zero
It looks like this would work for me based on help from Chat GTP. If anyone can confirm then that would be much appreciated:https://www.pishop.ca/product/modmypi-m ... sion-zero/Statistics: Posted by...
View ArticleTroubleshooting • Re: Can't get a display image using the HDMI
Is there anything else I can try?If you don't get an image on display, then there are 3 components that may be causing the issue.The display. The hdmi cable. The Pi.It sounds like you've ruled out the...
View ArticleBeginners • Re: lxterminal commands
I'm confused what the command "lxterminal" does from the command line.Here is an example of using lxterminal. The following shell script is run from crontab...Code:...
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
Also, ask yourself if initramfs is necessary or is there another way to achieve the same effect.I am developing an embedded device and I want to use the flash drive only when booting and not interact...
View ArticleTroubleshooting • Re: Mounting Synology Shared Folder
If it did work this way, try adding x-systemd.automout to your fstab entryI have never been able to get it to work at reboot. Are you saying to use the sudo mount before the mount point and add the “...
View ArticleGeneral discussion • Re: Pi5 specific section in Documentation gone?
Well I would automatically look in the "hardware" section, so I have a lot of sympathy with @aBUGSworstnightmare.Having worked with technical authors and support teams for a long time, I know what is...
View ArticleTroubleshooting • Re: Raspberry Pi400 booting on a rainbow screen
i didnt need any special drivers to make the hyperpixel work on the pi5Code: root@raspberrypi:~# grep pixel /boot/firmware//config.txt dtoverlay=vc4-kms-dpi-hyperpixel4just that line was enough to...
View ArticleBeginners • Re: suitable power adapter for raspberry pi 5
https://www.raspberrypi.com/products/27w-power-supply/Just get one. It's US 12 bucks (convert to your currency as needed). You're not going to find a better deal for anything as good and reliable.I...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6 - SN65DSI83 driver still...
Have you tried with the latest rpi-update build? That's on 6.6.20 now.Code: initial issue was 'error60' type as one of the DUT's had below still active from updating the EEPROM[code]# enable...
View ArticleAndroid • Re: Cooling Problem
Which fan are you using? Are you sure it's compatible with the Raspberry pi?Im using the Official Active CoolerStatistics: Posted by kacaklimon — Tue Mar 12, 2024 2:07 pm
View ArticleTroubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
Looking at the differences in this version of ui-mods compared to the last, there are very few changes that look as if they could possibly be affecting xrdp.The only thing I can see that might be...
View ArticleDeutsch • Re: Raspberry Pi 400 - OS über externe Festplatte
Ob Du eine SD Karte, SSD oder HDD benutzt, spielt keine Rolle, alles machbar.Wenn Du die Stromversorgung der HDD geklärt hast (externes Netzteil !!), dann kannst Du auch da direkt das OS mit dem...
View ArticleTroubleshooting • Re: Automatic updates to kernel 6.6 problems
Does "An operation is already pending" is checking my harddisk and repairing it and is "An operation is already pending" blocking other processes.My guess is yes.Statistics: Posted by dom — Tue Mar...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Command 'free' give me the same.Okay, so which value are you monitoring? available?If you run, say "watch free -h", how long do you need to run for for all memory to be exhausted?Do you get a...
View ArticleGeneral discussion • Re: Raspberry pi 5 fan connector?
This adjust must be work fine for my needs... Code: sudo mousepad /boot/firmware/config.txtor ...Code: sudo nano /boot/firmware/config.txt# Fan PWMdtparam=cooling_fan=on# 20%...
View ArticleBeginners • Re: problem exporting gpio Linux raspberrypi version March 2024
The use of sysfs for GPIO has been deprecated since 2015, and was marked for deletion some time after 2020https://github.com/raspberrypi/linux/bl ... sysfs-gpioSince the 6.2 and commit...
View ArticleTroubleshooting • Re: "sudo apt upgrade" throws a bunch of errors...
Same hereStatistics: Posted by ptrdish — Tue Mar 12, 2024 2:35 pm
View ArticleNetworking and servers • Re: Changing hostname
No, you don't need to reconfigure the VNC server on your Pi when you change its hostname.The only change you might need to make is on the client side where, if you're using the hostname.local to...
View ArticleRaspberry Pi OS • Re: bookworm update forbidden 403
That worked fine. There were no errors reported and the task completed in 0.2s. Ubuntu gave the same result.Yet apt update is still failing?Other than maybe some odd apt proxy settings I'm...
View Article