Troubleshooting • Pi5, New PoE hat , LED Code 4-long-5-short
New to pi. Have an RPi5 with a wavshare poe hat. Pi seems to get power but flashes 4-long-5-short (which is better than the 4-long-3short fatal error I've seen others get on the 5... hopefully). It...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I need a command I can send through terminal or put into a Script File to rename all folders in a certain directory. All file names are of format File Name (####). I want a terminal command or command...
View ArticleRaspberry Pi OS • Re: raspberrypi4B) error in libcamera module
I have the same issue on bookwormStatistics: Posted by Leook — Tue Jun 18, 2024 3:16 am
View ArticleNetworking and servers • pi os and ipv6
HiGot a pi5 recently - using default pi os. ipv6 is enabled, I don't have it on my router and my ISP doesn't provide ipv6 native.I could setup ipv4 to ipv6 but I don't.Should I leave ipv6 enable or...
View ArticleAutomation, sensing and robotics • Re: Hook mini claw machine
Thank you so much @B.Goode for all clarifications.Statistics: Posted by youcef — Tue Jun 18, 2024 3:49 am
View ArticleTroubleshooting • Re: RaspberryPI errors during sudo apt update
You have network configuration problems:The error message "No route to host" is means the routing table does not contain a default gateway, the default gateway is invalid, or the default gateway is...
View ArticleNetworking and servers • Re: pi os and ipv6
i just leave it aloneyou can disable it in the network icon - advanced settings , select your connection , then edit connectionin the last tab , click on the drop down and select disablebe sure to...
View ArticleBeginners • Can't list installed libraries
I need to list the installed libraries on Raspberry Pi5. I get the following error when I use pip list command.Code: user@raspberrypi:~ $ pip listERROR: Exception:Traceback (most recent call last):...
View ArticleTroubleshooting • Re: Unable to change wallpaper (Bookworm - RP 5)
Nope, haven't deleted any. This happened after fresh installation of the OS. Same occurred to another SD card after flashing. Issue is, I can only change it from the terminal but after a reboot it...
View ArticleGeneral • Re: Pi Pico W: Another 'bricked' post (but I'm fairly convinced)
Repeatedly accepting the socket connection, s.accept(), in the loop, is not a good idea. I haven't written much sockets code myself but IIRC accept is only done once.Statistics: Posted by katak255 —...
View ArticleRaspberry Pi OS • Re: SSH connection issues with Bookworm.
This is unusual. On my Windows machine I am more likely to not be able to connect via the host name rather than the IP address.Are you sure you are using the correct IP address? Have you perhaps...
View ArticleCompute Module • Re: CM4 EMMC issue
Hi,Yes, I chose this option in CM Provision. If I uncheck this option, the size of EMMC will be resumed to 32GB? Or I need to perform any other procedure to clear the EMMC as factory default. Please...
View ArticleBeginners • how to configure the memory for mode (irq, fiq ..)
I am working with the Pico.While trying to configure the memory for the Pico, I became curious about the memory allocation sizes for the operating modes.I am wondering how much memory is allocated for...
View ArticleGraphics, sound and multimedia • Re: Output to both HDMI ports simultaneously...
the problem is that both hdmi ports are part of a single drm cardand only one program can be using a given drm card at a timethe typical way to solve that, is to have another program act as the drm...
View ArticleBeginners • Re: Reasonable Projec? R Pi Zero Desktop
Thanks for all the great advice! I really appreciate everyone's comments.I think I have some much better ideas for how to do this now.Statistics: Posted by Dweorg — Wed Jun 19, 2024 3:49 am
View ArticleFreeBSD • Re: FreeBSD 14.1 on Raspberry Pi 4 boot problem
So, your Pi 4 is only supported on version13+Thank you, I actually did read that . I took it to mean from version 13 and up, but it seems to mean only 13.It was suggested to me in another forum to...
View ArticleTroubleshooting • Re: New Pi won't show desktop
i think you should just do a clean installsounds corrupt from the get go, are you using a adapter to write to sdif you have ethernet & wired keyboard, you can hold the shift key at poweron and...
View ArticleBeginners • Re: Help programming raspberry pi 4b
Location? Look in events section. See if there is a Pi group near you. Someone might talk you through your first use.Statistics: Posted by peterlite — Thu Jun 20, 2024 2:10 am
View ArticleBeginners • Re: Set-up with pre-installed Bookworm on MicroSD from Reseller
The machine you are using today. Is it Linux or Windows or? You can do just about anything with a microSD card in Linux. In Windows you are limited as Windows does not like the Ext4 file...
View ArticleBeginners • Re: thermal throttling OS based or hardware based ?
Why the alternative? Long term, it is easier to use the official OS and get support easier. If you have a specific reason to use something else, there might be a way to fit the Pi OS. I also find the...
View Article