Troubleshooting • Re: CM4 with Waveshare NANO-C - no boot
Is anybody of Raspbian engineers can analyze the problem and help me? I ready to test any idea operatively!If you know detailed how is it works you know the sequence of actions.Please help!Statistics:...
View ArticleAdvanced users • Re: External LEDs on Pi 5
This is not a duplicate. The act_led_gpio option was absent from the Pi 5 DTB.An update to the DT file for Pi 5 including the act_led_gpio parameter has been pushed to our kernel repo and will be in...
View ArticleAdvanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
and there is no generic disk trigger, that can fire on any disk activity?There isn't one. The disk-activity trigger looks like it would be generic but it is actually for ATA devices.Statistics: Posted...
View ArticleGraphics, sound and multimedia • Trouble with ALSA on Pi5/PiOS5
I have some long-standing code that uses the ALSA PCM API to produce sound effects.I've just built this code on a Pi5 with PiOS5 for the first time and it doesn't work....Well....It does produce the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pinctrl utility on 3b+/buster?
A quick search for reallocarray gives me https://man.archlinux.org/man/reallocarray.3.enCode: reallocarray(): Since glibc 2.29: _DEFAULT_SOURCE glibc 2.28 and earlier: _GNU_SOURCESo which version of...
View ArticleTroubleshooting • Re: Auto starting a file on startup
Trying to start a simple python script contains lodes up pygame window displaying text.OS is Debian version: 12 (bookworm)Python script location: /home/user/Desktop/py/main.pyFirst attempt:sudo nano...
View ArticleGraphics, sound and multimedia • Re: Trouble with ALSA on Pi5/PiOS5
Hi Peter, I think that might be better reported in the Pi Linux repo, but I will flag it up to the engineers here.Statistics: Posted by jamesh — Thu Feb 01, 2024 10:54 am
View ArticlePython • Re: Second Thought of 2nd video output with Python codes...
You have posted your answer in a Raspberry Pi Forum. Usually RPi users have RPi OS installed, which is not Windows.Your Code runs only on Windows.If you want to change the resolution, you could use...
View ArticleBeginners • Re: [SOLVED] pi-5-active-cooler
After some time I noticed the fan spinning (now stopped) so it appears to work.It would still be nice to have some documentation (and status monitoring).Statistics: Posted by Milliways — Thu Feb 01,...
View ArticleNetworking and servers • Re: Sharing a Windows-share with RPi
Hi all!To sumerise all steps up for accessing a drive on a Windows machine from a Raspberry (or most probably from any other Linux machine for that matter):- 1: Create a share on the Windows machine....
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
Code: mbr2gpt /dev/sdXormbr2gpt /dev/nvme0n1Just for info, they changed the syntax in firstbootIt seems acc. your code it was something with "whiptail --infobox Resizing root filesystem.", now it...
View ArticleTroubleshooting • Re: CM4 with Waveshare NANO-C - no boot
Is this a new CM4? You've not taken it out of some other device?Absolutely new device.Statistics: Posted by cobalt2435 — Fri Feb 02, 2024 10:53 am
View ArticleGeneral discussion • Re: Wifi chipset replacement for pi zero
I am not sure why it happened. Maybe the chip wasn't designed for the load as I was constantly streaming HD videos in YouTube on the desktop? Anyway the chip was super hot to touch and board wouldn't...
View ArticleNetworking and servers • SSH security
I have a headless Zero2W board set up with RPi Lite, Apache and PHP at my home which I use to host my own website. I have set up a port forwarding rule on my BT Hub/Router to direct website traffic to...
View ArticleMicroPython • Raspberry pi Pico W working only in Thonny IDE enviroment
i am making projec based on Raspberry pi Pico W and RFID-MR522 module. I encountered a problem, that my python script works onlt in Thonny IDE (using 'run' button). The code works perfectly in Thonny...
View ArticleOfficial Display • Re: Raspberry Pi 4 with official touchscreen no display...
Please stop doing updates that mess with the official touchscreen!I have a Raspberry PI4 4GB with official touchscreen. All was working fine until updating (sudo apt upgrade) a couple of weeks ago...
View ArticleHATs and other add-ons • Re: PICAN3 compatilibity with RPI5
Probably need to talk to the manufacturer about that. The Pi 5 only need 5A if you have some hungry peripheral attached, so you might be OK.Statistics: Posted by jamesh — Fri Feb 02, 2024 11:12 am
View ArticleAdvanced users • Setting IRQ SMP affinity on Rpi 5
Hi.I'm optimizing a high NTP server accuracy project and one of the latest test willing to practice is reducing the PPS interrupt jitter. Checking the /proc/interrupt file, one can see that almost...
View ArticleMicroPython • Re: Raspberry pi Pico W working only in Thonny IDE enviroment
i am making projec based on Raspberry pi Pico W and RFID-MR522 module. I encountered a problem, that my python script works onlt in Thonny IDE (using 'run' button). The code works perfectly in Thonny...
View ArticleNetworking and servers • Re: I made a cheap and high performance Stratum 1...
Now, is available the full configuration to get the native ethernet chip PHC, into Chrony, as a redundant refclock with nanosecond accuracy.Also, made huge improvements (temperature correction on...
View Article