Beginners • Re: Questions from someone thinking of picking up Raspberry Pi
first of all, thank you so much for taking the time to answer!secondly, would you recommend going with the pi5 to learn on and wet my feet, and then purchase the smaller models for dedicated use...
View ArticlePython • NameError: name 'Color' is not defined
Anyone has tested these code on https://docs.python.org/3/tutorial/controlflow.html ?Code: from enum import Enumclass Color(Enum): RED = 'red' GREEN = 'green' BLUE = 'blue'color = Color(input("Enter...
View ArticleGraphics, sound and multimedia • Re: Screen rotation
Thank you!Statistics: Posted by robertojguerra — Mon Nov 10, 2025 6:04 am
View ArticleBeginners • Re: pi 5 boot up
will just making bootable ssd from raspberry pi imager will do its jobyesthank youStatistics: Posted by cooldude01 — Mon Nov 10, 2025 7:19 am
View ArticleOther • No image preview on desktop
I'm running Armbian Cinnamon on Pi 5, so far so good except some images does not show preview on the desktop. I've mixed PNG, JPG and HIEF images, some of them does not show preview, but I can only...
View ArticleTroubleshooting • Re: Symptom: SD Cards snapping in half
See the photo I posted in reply to another comment. The enclosure isn't touching the card. I'm not going to drop my enclosure and risk breaking it, but I just tried to drop a microSD card from 2...
View ArticleAdvanced users • Running trixie under LVM and btrfs
I am trying to get a new Trixie install "converted" to run under LVM, and use 'btrfs' as the root filesystem. My initial concern was wrangling 'initramfs' to add kernel modules to support LVM and...
View ArticleBeginners • Re: 7 inch display not working
Why isn't it working on the 7 inch display?most likely because your display is a badly implemented clone?Provide a link to the products Page at least.You should ask the seller to support. They took...
View ArticleTroubleshooting • Re: Display colors inverted RPi5
Thanks. Yeah that was a typo.Here is the productFanyiTek 4" 4 inch 720P Circle... https://www.amazon.com/dp/B0FDWLPPVP?re ... b_ap_shareI got ahold of them and they gave me some generic commands to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: raspberry pi 4B unable to activate...
both PWM channels are active, will dot digest your SW though.this is for disabling HDMI audioCode: dtoverlay=vc4-kms-v3d,noaudioand doesn't Matter to PWMStatistics: Posted by aBUGSworstnightmare — Tue...
View ArticleGeneral discussion • Re: cant't remove/delete extra device under /media/pi
That's interesting because I've had this problem for a while.Bookworm Pi5.I used to be able to plug in a Samsung tablet. But now it shows as media/SAMSUNG even when it's not plugged in and if I plug...
View ArticleAdvanced users • 32 bit kernel under rpi os debian trixie on pi 4
Hi,my current system is (via this official download)* raspberry pi 4* rpi os with debian trixie* 32 bit userland* 64 bit kernel -> want to change to 32-bit kernelIf I remember correctly old buster...
View ArticleAdvanced users • Re: 32 bit kernel under rpi os debian trixie on pi 4
Some background on my current setup:* raspberry pi 4* 32 bit userland* 64 bit kernelI have the following packages installed:Code:...
View ArticleTroubleshooting • Re: A program is systematically starting at boot up
Thanks for your help.I finally found it in ~/.config/lxsession/LXDE-pi/autostartI am going to make a list of all those locations which may hide autostart instructions..Statistics: Posted by jimbou —...
View ArticleTroubleshooting • Re: Raspbery Pi 5 USB Ports
Is their anymore suggestions before I need to see if the Pi seller can replace this under RMA and warrantyStatistics: Posted by Lukeacourt2 — Wed Nov 12, 2025 2:59 am
View ArticleGraphics, sound and multimedia • Re: Buildroot SDL2 Issues
Update: I modified the SDL program to print the active video driver and the driver was null. X11 and KMSDRM were listed as available though. Do those drivers need to be started manually on a Buildroot...
View ArticleHATs and other add-ons • Re: BuildHATError: HAT not found
Use a terminal program: screen, minicom, cu.If you don't know what I mean, though, maybe the RPi wasn't configured with the serial port on the GPIO turned on?Statistics: Posted by mspl — Wed Nov 12,...
View ArticleTroubleshooting • Re: Raspberry Pi USB overcurrent
Hi there.I wanted to use my Raspberry Pi for a project, but after installing the Raspberry Pi desktop image, there's always a popup in the top right corner saying "USB overcurrent," and none of my USB...
View ArticleCompute Module • Re: Ethernet hardware with the CM4
I have updated the schematics. Can you please take a look?Thank you,Nir.Statistics: Posted by honeybee2 — Wed Nov 12, 2025 4:55 am
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Another idea is to install a Sun 3 emulator and do a week using SunOS. Shy wants Hercules and a week in Fortran G. That might be fun.From what I readIt takes a ton of my free time every year to run...
View Article