Raspberry Pi OS • Re: RPI 5 pcie monitor
ok thanks for all of the help from everyone. I've created a short script to help automate this:Code: #!/bin/bash# Raspberry Pi check vital device statistics.## Download this script and give it execute...
View ArticleTroubleshooting • Re: RPI4 doesn't boot when power USB3 hub connected
@glitteryio,...Frigate NVR docs mentions success with the SABRENT 4 Port USB 3.0 Hub with Individual LED Lit Power Switches, Includes 5V/2.5A Power Adapter (HB-UMP3). You'll still want to use the...
View ArticleAdvanced users • NVME and trim
My Kingston NV2 500GB nvme drive and Geekworm X1001 arrived today.I now have the disk up and running, it seems fairly fast: Copying a 2.7GB IMG from nvme to nvme (same disk) takes about 2 seconds....
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Did you try my suggestion there of adding:Code: video=HDMI-A-1:1024x600@60Dto cmdline.txt?Ended up with black screen and NO output at all.Statistics: Posted by HStriepe — Wed Jan 31, 2024 1:53 am
View ArticleSDK • Re: tinyUSB TX Fifo size
I am having an issue where if I try and write more than 256 bytes through the USB CDC, it seems to drop all characters after writing 256 bytes. I am connecting to the Pico with a WIndows application...
View ArticleBeginners • Re: macOS-like theme for Pi 5 (8GB)
Nevermind, that'll likely screw up the original OS theming and all. But will TwisterOS be supported soon?Statistics: Posted by aravhawk — Wed Jan 31, 2024 2:05 am
View ArticleMedia centres • Plex Server "blank"
I've installed Plex Media Server on a pi4 today but when I launch the server all I get is a blank splash screen rather than a login or setup screen. It's been a couple of years since I actively used...
View ArticleTroubleshooting • TypeError, Non-iterable int Object..... Reddit Quotes
Hi! I am running a python script that someone else wrote and I keep coming up with a "non-iterable int object" error. This script goes out to reddit on the internet and grabs quotes of the day to...
View ArticleGraphics, sound and multimedia • Re: Cheap options for connecting eight...
I can tell you that the inexpensive USB 8 channel device shown by the OP is in fact a CMedia 6206 based 8 channel 16-bit 48KHz DAC and it works quite well in all flavors of Linux I have ever tried....
View ArticleTroubleshooting • Re: TypeError, Non-iterable int Object..... Reddit Quotes
We can't even begin to try to help without looking at your code.If you know the error is in edify, try asking the edify people at https://github.com/veebch/edify/issuesStatistics: Posted by memjr —...
View ArticleGraphics, sound and multimedia • 2024 Audio Injector OCTO status ?
I ordered two of these from the link listed on the site and I cannot get either of them to do anything but put out weird noises on all 8 channels.RPi4 4gbIs there a magic combination of kernel version...
View ArticleCamera board • Re: PiCamera2/libcamera, now suddenly more logs being written?
The full code repo is here: https://github.com/eat-sleep-code/camera.timelapseFor this code, it should write a single line to the log like: 2024-01-30 08:15:44: INFO: Capturing...
View ArticleRaspberry Pi OS • Re: Moving SD card from Pi4 t o Pi5
I tried rpi5-boot on my RPi 4 per the instructions from that post, but /dev/sdX is not a valid device on my RPi 4. To update an SD card in the RPi's SD card slot: rpi5-boot /dev/mmcblk0or if your SD...
View ArticleGeneral discussion • Re: SD Card Copier - Any way to Exclude a Source Partition?
@fbe, thanks for the information and suggestions. Too many chances for me to make a mistake with the disabling and such. Guess I did not realize how 128gb SD's and USB's have come down in prices....
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
I still think there is a a simpler way of doing that ...How? Code: mbr2gpt /dev/sdXormbr2gpt /dev/nvme0n1mbr2gpt.zipStatistics: Posted by RonR — Thu Feb 01, 2024 1:26 am
View ArticleNetworking and servers • Re: Seems like failing hostapd messages
Hello All,Any ideas how to debug/fix the connection failure to the ESP32 ? I really want to get this access point going again. Thanks,GertStatistics: Posted by Gert — Thu Feb 01, 2024 1:40 am
View ArticleTroubleshooting • Re: How can I turn screen on and off in Bookworm?
So, I understand--There's no way to disable HDMI on bookworm and none is planned?That's enough for me to punt and go back to a "legacy" version.Statistics: Posted by davethomaspilot — Thu Feb 01, 2024...
View ArticleTroubleshooting • Re: Auto starting a file on startup
I would like a .py file to execute on start up.I have tried the methods outlined in this link but the file still does not start on startup https://www.dexterindustries.com/howto/ ... t-startup/Well,...
View ArticleTroubleshooting • Re: GPIO on RP5 Pin 4 and Pin6
Thank You for your suggestions. I won't have the time to test the power on the pins until this weekend. I will let everyone know my results. It looks to me like the power is being turned off for some...
View ArticleMicroPython • Re: main.py is not running on reboot/hard reset.
UPDATE:Moving the wifi connection and adding the try/finally to main.py worked. The code ran as expected. @hippy alluded to the next problem; it kept running out of memory. So, I added the micropython...
View Article