Troubleshooting • external drive mounted twice
I am using a Raspberry Pi 4 with 8Gb memory, loaded with bullseye.I have connected a 1TB external SSD drive to it. Its name is TEYADI and I could indeed see a directory /media/pi/TEYADI which was...
View ArticleRaspberry Pi OS • Quite some problems
Hi,Having bought a Pi5, I now have to switch to Bookwurm and Wayland, however there are a few showstoppers. Can you please help me with these problems, or tell me where to shoot them in as a bug?...
View ArticleOther • TP-Link TL-WN722N v2/v3 Not Working on Raspberry Pi5
Hi allI have seen the video of David Bombal called "Kali Linux TP-Link TL-WN722N install" and I have done these steps, but I get the following error:Error! Bad return status for module build on kernel...
View ArticleGeneral discussion • What is this and what does it do?
see attached. It came with my RPi5. Statistics: Posted by MrTech — Wed Feb 28, 2024 9:49 pm — Replies 6 — Views 105
View ArticleBeginners • cannot access libraries with mu
I am having trouble getting started with a program I want to write using mu (or Geany). I have installed the library I need (nrf24), created a virtual environment, activated the environment, and used...
View ArticleGeneral discussion • Raspberry Pi 5, Single USB-C Cable for Touchscreen Monitor?
Hi all,I have searched and read a lot, but have not found a clear answer as to whether or not the Raspberry Pi hardware with latest OS can support a touchscreen monitor over a single USB-C cable....
View ArticleGeneral • PIO pin follower delay
I have a very simple PIO program as follows:Code: .program pio_pin_follower.wrap_target in pins, 1 mov osr, isr out pins, 1.wrapThe setup for this PIO is simple having one gpio as input and one gpio...
View ArticleCamera board • v2 camera module problem
Hello, I am new to Raspberry. I want to do an image processing project using the v2 camera module on my Raspberry Pi 4 4GB device, but I could not get the camera to work. from the configuration...
View ArticleGraphics, sound and multimedia • IMX477 and the quest for 1080p60
Why is there no support for 1920x1080 at 60fps for IMX477?Is there a specific technical reason for it? It seems that pixelrate-wise it is ~20% smaller than the supported custom mode of 1332x990@120.I...
View ArticleNetworking and servers • Plex on Pi but media on Network
Is there a way I can direct Plex on Pi to my windows WHS2011 running RAID1 mirroring where the media resides.I need to keep the WHS I know its old and unsupported but we need it for now and it is...
View ArticleOfficial Display • 7" Official Display Driver Board
Hi does anyone know where i can buy the driver board only for the official 7" Raspberry Pi display please.Statistics: Posted by rwl518p — Thu Feb 29, 2024 4:51 pm — Replies 1 — Views 30
View ArticleAdvanced users • Reducing Boot Time?
I have a Raspberry Pi 5 8GB model configured to use a NVMe SSD as my primary boot device. I also configured my boot sequence so that I boot from the SD Card first, USB attached device second, and NVMe...
View ArticleTroubleshooting • PCManFM: Directory Timestamps Not Preserved on Copy
I have noticed that when copying directories/folders using the PCManFM file manager program, timestamps are preserved on files, but not on folders.Is there a reason this is the default, and is there a...
View ArticleBeginners • NAS, Pihole, VPN
Hello all,Sorry if similar topic was rised - I found nothing.I just bought Raspberry pi 5 with cooler and original power supply. Additionally good, 64GB micro SD card. I want to set on it NAS, PiHole...
View ArticleGeneral discussion • Using fire 7 display for pi5
So I got a broken digitizer on a fire 7 tablet and I was wondering if I could just reuse the screen as as a monitor for my pi, making the post because I’m not sure if it would break the pi.Statistics:...
View ArticleTroubleshooting • Bullseye -> Bookworm breaks wifi on 0W
Earlier today I upgraded RPi OS Buster to Bullseye and then to Bookworm on my Pi 0W.Went mostly fine, did had to do something about two apt-key deprecation errors, modifying...
View ArticleBeginners • Wirelessly starting up RPi Zero 2 W
I purchased a RPi Zero 2 W board and I have heard that starting up this board is possible as headless way via wifi, in that way that you have only power connected on the RPi 2W board. After wirelessly...
View ArticleAdvanced users • App crash at startup on RPiOS
Hello,I created an app that working in a RPi5 on Ubuntu arm64 but on Raspberry Pi OS the same app crash at start up, I see nothing in the app log.How I can identify the causes of the crash...
View ArticleGeneral • Questions concerning GPIO interrupt hysteresis
I am trying to use GPIO interrupts to measure a frequency. The input signal comes from a weather station anemometer so it is a reed switch closing at a few HZ. When the switch closes it grounds the...
View ArticleMicroPython • How to exit gracefully from the second Pico thread ?
Hi !I made the following code in MicroPython to learn how threading works in Raspberry Pico. When I press Ctrl+C, it indeed exits, but I receive an error in terminal window: PROBLEM IN THONNY'S...
View Article