Advanced users • Re: Act LED on rpi 5 with Pineberry bottom NVME drive
dtparam=act_led_trigger=mmc does not do anything. ...trigger=heartbeat does change the internal LED to heartbeat mode. dtparam=act_led_gpio=23 does not activate gpio 23 (physical 16) or turn off...
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
Would the symptoms tie up with the wireless dongle being sporadically inoperative? It is normal to put the dongle on a USB extension lead to reduce RF interference from the Pi's USB3...
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
The Sleep Pixies reminded me that the SD Card may be mounted on a Windows or Mac computer and editors for those may be the ones which don't fully respect symlinks.They only see the boot partition...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not starting up only flash Green 4 slow...
https://www.raspberrypi.com/documentati ... lash-codesare you sure its 4 4? thats a weird code to see on a pi5Sorry my bad, it flashes 4 Long and 3 short.See this recent similar thread for a very...
View ArticleGaming • Re: BooBoo - new language with game engine
2.0.20 on the website is an optimized build. I have been too tired to update the Windows/amd64 Linux versions, but the Pi version has been updated.Statistics: Posted by skinmarquee — Wed Jan 31, 2024...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Great. Now I just have to not break it before it can be merged. (It will show up in the Raspberry Pi branch of Linux 6.6, along with some other changes. Meanwhile I will keep this PR/branch around for...
View ArticleAdvanced users • LTE, OpenVPN, IP Camera, port forwarding?
Hi there,I have Raspberry Pi 4 with a LTE modem and a IP camera connected to the ethernet port (without a switch or router). I want to be able to see the camera stream from the internet. I have the...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
For instance, the Hawkeye has many issues that I was never able to overcome, the latency was high, the framerate came nowhere near what was advertised and even on a CM4 8GB, I wasn’t able to take full...
View ArticleTroubleshooting • Re: [Help!] Accurate signal frequency control at C++
https://github.com/librerpi/rpi-tools/b ... pp#L24-L55the DPI hardware block on the rpi, was meant for driving videoyou give it an array of 24bit color dataand on each pixel clock, it will present a...
View ArticleNetworking and servers • Re: Sharing a Windows-share with RPi
Hi,In my ongoing quest to get to the root of the mountingproblem, after a reboot, I found the following (using 'dmesg'):Code: [....] CIFS: VFS: Attempted mounting \\192.168.1.81\D-partition[....]...
View ArticleTroubleshooting • Re: Raspberrypi 5 not booting directly when powered over GPiO
Did you read the documentation link that James posted?Yes and I still don't know where it should point me to. I do understand the negotation in USB-PD, but I don't use USB.It can be that my PD is...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
I am attempting the same combination, but I have two different nvme HAT's and both return the same issue.I have the 6 port NVME ASM1166 based SATA card.I am yet to get mine working also.On both HATS,...
View ArticleGeneral • Re: PICO W Getting Started - I2C scanner Build Errors
arg001Thank you for the observation.Looking at the example code I see:CMakeLists.txtCode: add_executable(i2c_bus_scan bus_scan.c )# pull in common dependencies and additional i2c hardware...
View ArticleSDK • Re: TinyUSB 0.16.0
Thanks - that worked.Comparing source, looks like 0.16.0 is a massive change and unfortunately it has, for me, a show stopper bugScenario 1:Plug in a keyboard, tuh_hid_interface_protocol returns the...
View ArticleRaspberry Pi OS • Re: Wayland window size and position
Wayfire settings go in~/.config/wayfire.iniI think you need to add a section called placeCode: [place]mode=randomStatistics: Posted by jamesh — Thu Feb 01, 2024 10:05 am
View ArticleGeneral discussion • Re: No RPi 5 for me.
Another video idea for Jeff. "When did Linux become the villain?".When the systemd wars started....Statistics: Posted by AndrewPiEater — Fri Feb 02, 2024 9:43 am
View ArticleTroubleshooting • Re: Raspberry Pi5 & NexDock
Original post below..Just found more info about what you're after.The place to add the config you're after has moved, i think maybe only recently.I'll be trying it myself as it might save me having to...
View ArticleGraphics, sound and multimedia • Re: RPi 5 composite 240p
Oh, I thought you said the resolution was too low. Anyway, halving the horizontal resolution (for progressive) should eventually be possible.I can't promise anything for a Pi 6! You are right that...
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
You aren't going to be able to parallel terminate that cable (though you may be able to get close enough that it's worth trying). If it were a ribbon cable with alternate grounds, then the...
View ArticleBeginners • Re: Bookworm (X11 mode) - question about resolution and overscan?
I found out, that I can change the resolution of console, using something like:Code: video=HDMI-A-1:1920x1080M@60 at the end of the string in /boot/firmware/cmdline.txt.But that doesn't affect to the...
View Article