Networking and servers • Re: nftables conntrack does not work
Sorry for the incomplete configuration.I have to delete the line “ct state invalid drop” and change the input policy to accept to use apt update, ping, ... .Even then the ct counter does not...
View ArticleGraphics, sound and multimedia • Re: Help with logarithmic potentiometer
Looks like to be a ground loop problem.Could you post a picture of your setup?The gnd of the ADC converter should be at the same potential than the gnd of your pot.Also How long are your wire. Wires...
View ArticleCompute Module • Re: Issues interfacing VL805 with CM4
Code: [ 1.130360] PCI: CLS 0 bytes, default 64[ 1.153876] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:[ 1.153915] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000,...
View ArticleRaspberry Pi OS • Re: Booting from zfs root
I would be interested to see a writeup of how you did this.Statistics: Posted by andrum99 — Tue Jul 23, 2024 3:52 pm
View ArticleRaspberry Pi OS • Hard drive goes read-only?
Note: This thread is not about the often-quoted phenomenon of the SD card going read-only (when it is almost worn out and about to be discarded). This is about hard disks.I have a rootfs on hard drive...
View ArticleTroubleshooting • Re: Can not get HDMI audio to work
Hi, Here it is: https://paste.debian.net/hidden/6fb41abdI haven’t changed anything in the cmdline.txt yet. But i can see there is some edid error on the file, maybe that is it?Statistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi 6by9,so, I have managed to obtain some logs. The first method by debugfs completely doesn't want to work (all the time everywhere "permission denied") so I have used the second method by placing...
View ArticleGeneral • Re: Flashing Pi Pico W with OpenOCD error
Thank you, it actually works with version 0.12.0. My package manager was stating that 0.11.0 was the most recent version, therefore i did not check for newer releases.Statistics: Posted by Braiuz —...
View ArticleTroubleshooting • Re: Camera Module 3 PiCamera2 selecting wrong resolution
You could follow the examples provided with picamera2https://github.com/raspberrypi/picamera ... ull_res.pyhttps://github.com/raspberrypi/picamera ... _config.pyStatistics: Posted by 6by9 — Tue Jul...
View ArticleTroubleshooting • Re: OS not booting
Thank you for your reply. The problem was the TV/monitor! I have used his particular monitor with every version of Pi up to version 3, including the Zero and Zero W, with no problem whatsoever. There...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero W hangs and becomes unreachable after...
Might be related: when trying to update a rpi 1b, I get the same problem. Screen stays black (after the colorbox), no networking, nothing.Statistics: Posted by flok99 — Wed Jul 24, 2024 4:01 pm
View ArticleC/C++ • DHT11 code works with python but not C++
My python code for interfacing with a DHT11 works fine, but not the C++ "equivalent". I've revised it for hours and run it through ChatGPT countless times to play with the timings, still with readings...
View ArticleNetworking and servers • Re: Wifi setup using NetworkManager on Bookworm
If I want to change the Wifi access point. Where is it?https://www.raspberrypi.com/documentati ... networkingStatistics: Posted by ed1k — Wed Jul 24, 2024 4:21 pm
View ArticleTroubleshooting • Re: Video not displaying in Chromium 126.0.6478.164
Found a solution for my case. Go to Chromium --> "Settings" --> "System" --> disable "Use graphics acceleration when available" --> "Relaunch".Statistics: Posted by vinada — Wed Jul 24,...
View ArticleCamera board • Re: Enable UART breaks IMX462
I'm confused then, as the /v4l2-async/pending_async_subdevices results are the opposite of what I'm expecting.- There is nothing in the kernel logs from your first post indicating an issue. The sensor...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
I have two pi5 with tv-hat running with this fix.No errors anymore even when i had three recordings running at the same time. RaspiOs at micro sd card. Thanks for the fix!Statistics: Posted by PieterO...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Using the Raspberry Pi 5 as a daily desktop driver can be a fascinating experiment, but it depends on your needs. Its compact size and energy efficiency make it attractive, though you may face...
View ArticlePython • Re: Filemanager crashes after running Python script.
Run dmesg, and look for any messages about out-of-memory and killing processes.One possibility is your python code has a memory leak, and when memory is almost exhausted,the kernel will kill a process...
View ArticleRaspberry Pi Connect • Re: Any plan to include sftp service on RPI-connect?
I am new to RP5. I am enjoying working with it for my work and fun.In particular, Pi Connect is an outstanding service without much setting from the user side. Thank you for the efforts of the RP...
View ArticleGeneral • Re: [Docu]: Connecting to the internet with picoW.pdf
Part of the issue here is that the IP support isn't part of the SDK itself, it's provided by a separate (open source) package - LWIP.The SDK does integrate this for you, but the interface (and hence...
View Article