Automation, sensing and robotics • Re: Burglar alarm
Thanx, -you pointed me in the right directionStatistics: Posted by MBBach — Thu Apr 04, 2024 8:48 pm
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 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.Did nothing, same static red status led. also before you ask, I do have the hdmi plugged into...
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 ArticleNetworking and servers • Re: Internet on Raspberry PI using 4G on SIM800L
You don't want http or sms, what protocol do you want to communicate over the 4G connection?Statistics: Posted by pidd — Fri Apr 05, 2024 8:11 pm
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Stopped Working Please help
The jack gives a video and audio output, so you could look into using that to see if there is any output at all, for either or both.Statistics: Posted by amoun — Fri Apr 05, 2024 8:13 pm
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 ArticleTroubleshooting • Re: False "Low voltage" warning?
I had the same problem with a 3B. Does the red power LED come on? If not, the fault is a low voltage detector chip running off the USB power socket +ve power connection.. The output during normal...
View ArticleCamera board • Re: Raspberry Pi High Quality Camera DNG Format and Raspberry...
It says that the topic does not exist anymoreA mod has probably deleted it...That is just unfortunate...Eh... AIUI you posted duplicate posts wuth your question and a mod deleted one of them.From the...
View ArticleRaspberry Pi OS • Re: GUIDE: A keyboard-centric configuration of RPiOS...
Thanks for the detailed feedback. I've updated the repo and removed those problematic bits. I left the setup for zsh and neovim etc for now. I like the fact that there is a place where they can be...
View ArticleOpenGLES • Re: Pi4 export EGL image DMA-buf and import as libdrm framebuffer
[..]gut feel is that you should be able to pass exactly the same framebuffer handle you are using on the first crtc to the second one tooI can confirm that this does work. I do exactly that do spread...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Has anybody tried to power the Pi-5 with a "third party" power supply which supports PD? And could those chargers actually supply the 5 amps that the Pi-5 needs? The question is, can the Pi-5 and a...
View Article