Python • Re: DS18B20 / w1thermsensor
I initially created the venv by this command from the home/pi/Documents/HVAC directory. Code: python3 -m venv env And it could be activated from the command line by:Code: env/bin/activate or...
View ArticleGeneral discussion • Re: WiFi connection issue on Yocto using wpa supplicant
Update:I ran a test in our office again. The 802.1X-2001 network was a homemade PEAP-MSCHAPv2 network I setup running on an OpenWRT router.Our in office network which work is 802.1X-2004. The customer...
View ArticleRaspberry Pi OS • Re: why are there two different splash screens now?
I wrote this script to take care of restoring my custom splash image and doing the update-initramfs: Code: #!/usr/bin/bash# script to check if a custom splash image has been over-written, # if so, it...
View ArticleRaspberry Pi Connect • Re: most likely me (or Manjaro), but why are the...
That's a f ascinating error.I don't have a comparable system to hand to f ind more information on the issue, however I'll be keeping an eye out for more errant f ont ef f ects.My best guess is that...
View ArticleGeneral discussion • Re: Can I retrieve data from a corrupted SD card?
Corrupted (messed up file system) or infected (malware). You use both terms and they are very much not the same, and would dictate different approaches.Statistics: Posted by bjtheone — Tue Aug 06,...
View ArticleAdvanced users • Re: Pi5 - H.264 with YUV444 colorspace
What is the hardware decoding support with YUV444 and H.265 on Pi5 and Pi4 (just to paint the complete picture when people search for it on the forum)All hardware support on all Pi's is YUV420...
View ArticleTroubleshooting • Re: Lxterminal not displaying foreign characters
>localeLANG=en_US.UTF-8LANGUAGE=en_USLC_CTYPE="en_US"Your LANG setting is correct.LANGUAGE and LC_CTYPE are wrong. Without the .UTF-8, they do not support Unicode. These variables take precedence...
View ArticleTroubleshooting • Re: RPi5 only boots to RPi OS
Almost certainly these other OSs have not been updated to the latest firmware. It is the distro maintainer's responsibility to make their distro work on the Pi 5, rather than Raspberry Pis...
View ArticleBeginners • Re: Help for a very old beginner
Sure you aren't just typing the data to /dev/null?My main computer has always had devnull as a hostname... since the late 80s. Not sure how many there have been.Statistics: Posted by bjtheone — Tue...
View ArticleBeginners • Re: OS installation problem
Hello! I know it may not be connected to your issue as such, but I started with my home automation install on my new raspberry 4. When I insert my SD card after having used raspberry imager, nothing...
View ArticleTroubleshooting • Re: Raspberry Pi imager is not working. How can I install...
Probably a dodgy microSD card.Statistics: Posted by neilgl — Tue Aug 06, 2024 4:39 pm
View ArticleCamera board • imx577 camera width CM4
Hi Folks!I am trying to get an imx577 camera working on a custom board using a CM4According to this thread:https://patchwork.kernel.org/project/li ... inaro.org/The imx577 and imx477 are code...
View ArticleTroubleshooting • Re: Partition for rootfs has bad superblock after copy...
I'm trying to install Raspbian on a card but when I copy the downloaded image to the card using either the imager application or dd from the command line I find that the root filesystem partition...
View ArticleFor sale • Re: Can I do a NVMe hat give away here?
Dear Moderators,I'm part of the product team from Seeed Studio. We are about to release 2~3 M.2 hat for Raspberry Pi5. - Single-channel PCIe to M.2 hat.- Dual-channel PCIe2.0 to M.2 hat.- Dual-channel...
View ArticleCamera board • Re: Dead lock on ScalerCrop control with Picamera2
Thanks @therealdavidp for your fast reply, not really a problem I can manage to use one or the other solution.Statistics: Posted by bebowl — Wed Aug 07, 2024 4:02 pm
View ArticleTroubleshooting • Re: Problem getting Plex to see my external hard drive
This is the video i Followed the only thing different i did is that my harddrive was formatted in NTFS. and the permissions were set on chmod 755 /DATA/Media/USB/Still no link.You can't set owner....
View ArticleTroubleshooting • Re: button stops listening further input after single press
May past experience with gpiozero is that a new callback won't fire until the last one has finised.That means the maximum rate is every two (if LED is off) or four (if LED is on) seconds.Statistics:...
View ArticleTroubleshooting • Re: Is this symptomatic of a failing SD card?
This particular device has been running for a good many years with no issues. It runs a tkinter python gui app that I developed. It started off on Stretch!Yes, it's slow, but I don't need speed. More...
View ArticleGeneral discussion • Re: Running PyAudio Script On Startup Issue
Can someone tell me why I'm getting this error only when I run my script on startup and how to fix it?The why is easy: the audio subsystem isn't started until a user logs in.You've not said which of...
View ArticleCamera board • Re: Direct Rendering with GUI in PiCamera2
Hi, thanks for posting that. Unfortunately the code doesn't run for me, so I made what seemed to me the smallest edits that I could that would make it work. I ended up with:Code: from PyQt5.QtWidgets...
View Article