Troubleshooting • RPI5, cannot connect to WiFi (association took too long)
RPI 5, just upgraded packages.Code: nmcli d wifi listshows all the existing WiFi stations perfectly. HovewerCode: nmcli d wifi connect *ESSID* password *PaSsWoRd*fails to connect with Code: Error:...
View ArticleRaspberry Pi Connect • RPI connect and VNC
I'm considering switching to Connect for a couple of pi 4'sI also have some pi 3's and even some pi 1's running.Is it feasible to use Connect to remote into a pi 4 and then use VNC viewer remotely on...
View ArticleCamera board • Regular and NoIR on Pi5
I am new to this camera thingy. Wasn't even aware of all that could be done with a camera using a Raspberry Pi. I am impressed for two reasons its affordable and versatile. Guessing some others can...
View ArticleTroubleshooting • Rasp p 5 not booting after install updates from GUI
Hello,On 05-14, I installed updates via GUI, after which Rasp OS stopped booting (not accessible over the network). Upon booting, it loads to a black screen with the "_" symbol and does not respond to...
View ArticleGeneral discussion • RPI Camera Module 3 Wide not working with Lineage OS 20...
Hi, I have a raspberry pi cm4 with lineage os 20 by konstakang. Camera previously has worked, except the V3 official raspberry pi one. These are the lines that are in my config for camera:...
View ArticleGeneral discussion • Unbound / vLAN with XRDP not working - 3 Months Trying
Hello, I have been trying for 3 months, reading, trying and so on. I give up, I must ask for help from the community.I have a UDM PRO SE, with two RPIs in the main LAN. I am trying to manage ADGUARD...
View ArticleRaspberry Pi OS • Programs run remotely using ssh -X don't show the hostname...
Scenario :If I ssh -X to a remote / headless pi that has full Pi OS installed on it, I am able to run programs remotely but have them display on my local machine.For example :Code: ssh -x...
View ArticleBeginners • No such file or directory [Makefile:66: install_conf] Error 255...
Hi,I am following miner installation guide here:https://github.com/maco2035/DiyHeliumHo ... B/Guide.mdI came to the line, where I have to Install the config files with comand line "make...
View ArticleTroubleshooting • Network Install Kiboshed
What happened to Network Install? I used to be able to Network Install on a Pi4 straight onto a USB3-SATA SSD but now when I go to CHOOSE STORAGE is opens up a blank window titled "Storage".I haven't...
View ArticleGeneral discussion • Raspberry pi case wobbling?
I just noticed that when I put my raspberry pi 5 case on a flat surface and touch its 4 sides I notice some small wobbling. I tried to "bend" it a bit to fix it but it didn't help (because it's abs I...
View ArticleBeginners • Curious about debugging occasional slow kodi / pi400
Hello. Newbie here. I have a pi400 which is my media server via kodi.Linux raspberrypi 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/LinuxKodi 20.3 It's pretty good,...
View ArticlePython • I got a massive error and have no idea what it means
This is my code:import timeimport pyautoguiimport keyboard# Get initial mouse positioninitial_x, initial_y = pyautogui.position()while not keyboard.is_pressed("esc"): # Click at the initial mouse...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • GPIO not working after upgrade to...
Hi,I just upgraded my Raspberry Pi Zero W (v1.1) from Buster to Bookworm (well, not really an upgrade, but just installed bookworm from scratch and copied my scripts to it) and the python script that...
View ArticleRaspberry Pi OS • A Hypnotix.deb for RPiOS yet?
Greetings!I've had an . . . exciting. . . afternoon, the latest of several, trying to get Hypnotix, the IPTV viewer, to run on my fully updated RPi 5 8gb. This time it was via an appimage from...
View ArticleTroubleshooting • Setting up hotspot
I am following the following https://thepi.io/how-to-use-your-raspbe ... ess-point/ but when it comes to the installation of bridge-utils I get Unable to locate package bridge-utils.How can I solve...
View ArticleTroubleshooting • Radxa Penta SATA HAT - annoying blue light
Hi AllIs there a way to turn off the light on the disks HAT. These lights are annoying when the room's light offThanksStatistics: Posted by Mr-Bogus — Wed May 15, 2024 10:18 pm — Replies 1 — Views 8
View ArticleTroubleshooting • Raspberry Pi Zero W with buildroot - WiFi not working
Hi, I've recently bought a Raspberry Pi Zero W and can't get the wifi to work, which I need to login to the system through SSH. I have a headless setup, the RPi0 is connected to my laptop through USB...
View ArticleAdvanced users • How to boot U-Boot over alternative UART
I am trying to get U-Boot running on my raspberry pi 4B. I am not worried about getting a linux kernel etc loaded, just the u-boot shell. Unfortunately, my GPIO pins 14/15 are fried (confirmed with...
View ArticleGeneral discussion • Pi5 with M.2 hat CPU Frequency
Hi just an enquiryAfter installing the M.2 hat and switching to NVME boot, my CPU frequency never drops below 1.5GHz even when idling.Is this normal behaviour? I've been using USB to boot since launch...
View ArticleC/C++ • C and ARM64
I want to write an ARM64 assembly language function and then call that function from C code.How do I preload parameters into ARM64 registers from C before I call the assembly language function?And how...
View Article