HATs and other add-ons • Re: Help: Official Pi 5 case Stacking Standoffs?
You're not the only one:https://www.reddit.com/r/raspberry_pi/c ... stackable/The problem seems to be that the commonly available M/F standoffs have only 6mm of thread on the stud, which is...
View ArticleGeneral discussion • Re: NVMe SSD v M2 SATA
I tested both. NVMe produced better benchmarks but make little difference to running most things. Programs start faster but do not run much faster afterwards as the limitations are network, the...
View ArticleNetworking and servers • Re: File transfer via home ethernet (NAS) very slow...
Hello,I have exactly same problem. RPI5 + poe hat+ pineberry hat + samsung nvme ssd - test speed about 850MB/s but on freshly installed raspberry os lite 64bit with openmediavault is speed over smb...
View ArticleGeneral discussion • Re: Metallic enclosures and wifi/bluetooth degradation
My tests of metal cases and big one piece heatsinks showed WiFi failure. WiFi worked when near the router and or with the case is facing the right way but not when I moved the Pi to the location for...
View ArticleBeginners • Help with storage performance
I have a RasPi 1Code: processor: 0model name: ARMv6-compatible processor rev 7 (v6l)BogoMIPS: 697.95Features: half thumb fastmult vfp edsp java tls CPU implementer: 0x41CPU architecture: 7CPU variant:...
View ArticleGraphics, sound and multimedia • Re: feh showing pictures no longer on target...
So, no other idea's than check the website?Guess not. Does feh cache image files in RAM?Statistics: Posted by thagrol — Thu Apr 04, 2024 8:48 pm
View ArticleTroubleshooting • Re: Boot Issues of a different sort - RPi 4B -tried all...
That was a 49" Samsung Ultrawide, 5120 x 1440 2K resolution lol, but in that case I had it on a split so it was taking desktop input + the pi input, each working like a normal 27inch 2K monitor (I...
View ArticleGeneral • Re: Connecting multiple phones to 1 Pico W via Bluetooth
Without much info about what you've tried and the results you're seeing, it's probably going to be hard to get much help. That being said, as a shot in the dark, you might need to modify the btstack...
View ArticleTroubleshooting • Re: Raspberry Pi 5 periodically becomes unresponsive
Check if you can ssh into the pi, sometimes this works even when it appears unresponsive in another activity.Statistics: Posted by Doug_ — Thu Apr 04, 2024 8:59 pm
View ArticleBeginners • Re: Can’t install ZFS on kernel 6.6.X
It is now possible to install ZFS on Bookworm kernel version 6.6.20! Follow these instructions:First, with nano as sudo, add the following line to /etc/apt/sources.listdeb http://deb.debian.org/debian...
View ArticleNetworking and servers • Re: Connection to Raspberry Pi via Internet cable
It maybe the Pi has a power issue, restarted, the program hit 100% cpu or a host of other issues.Start with looking in the system log using journalctl to see if there are any errors.Statistics: Posted...
View ArticleBeginners • Re: Raspberry Pi Zero W - keyboard/mouse issues
Hello all. First Raspberry PI, so be gentle.I did search the FAQ, and could not see a fix that related to the Zero W. Apologies if I missed it.Outline. Raspberry Pi Zero W. Micro USB from the USB...
View ArticleTroubleshooting • Re: My pi 5 wont boot
I would remove the cooler, clean off the thermal paste and retry the no sd card diagnostics with no cooler.After doing this the pi Did nothing, same static red status led. also before you ask, I do...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
assuming you're on Pi5Code: sudo apt install git bc bison flex libssl-dev makegit clone --depth=1 --branch rpi-6.6.y https://github.com/raspberrypi/linuxcd linuxKERNEL=kernel_2712make...
View ArticleUbuntu • Re: IQaudIO DAC+ not working with Pi 5
I had a chance to look into this finally; it appears there's a kernel issue in the PCM driver that prevents the snd_soc_iqaudio_dac driver from registering correctly. Specifically, the following can...
View ArticleOther projects • Re: General advice building another lennytroll
Glub0x,I have a land line and I to have to live with numpties calling most days wanting my money. To this end and a few years back I did a Pi based caller line number decoder thingy that monitors my...
View ArticleGeneral • Re: C program, flush input, scanf(), menus, etc.
The more I read, the more I realize it is silly to try to use scanf() for direct user input.I did not yet try the callback, bu that looks good. Online C compilers like the GDB debugger one are nice...
View ArticleOff topic discussion • Re: Can a 27W Raspberry Pi 5 Adapter Charge a 2019...
The Pi5 power supply has 4 power profiles, it will negotiate with the connected device to decide on which profile to use:5.1V, 5A;9V, 3A;12V, 2.25A;15V,...
View ArticleGeneral • Re: External ADC via SPI speed on Pi pico
Good point!Unfortunately, yes- there are three devices on that SPI. I just read the ADC in bursts. And the ADC requires a toggle on the CS pin to initiate the conversion cycle, so I can't just leave...
View ArticleTroubleshooting • Re: Raspberry Pi4 connected to a network but unreachable...
Hi,I thought that enabling ssh when I flashed the OS on pi4 was sufficient to be able to use PuTTY. And for Pi5 and PiZero 2w this approach worked flawlessStatistics: Posted by bruno1950 — Fri Apr 05,...
View Article