Advanced users • Re: Wayfire Autostart Multiple Windows on Dual Displays
Disclaimer: I have not used WayfireSeveral years back on an x86 Ubuntu system with dual monitors, I did use xrandr to create a script to open, position and size multiple xwindows across a dual...
View ArticleC/C++ • VSCode include paths
I'm running VSCode on my Windows computer and am coding remotely via ssh to my Raspberry Pi 5.However VSCode is unable to find includes like:Code: #include <linux/init.h>#include...
View ArticleOther projects • Re: Custom Key pad
Ok. This is the same code i posted this morning, with a couple of delays added.Code: # Code for shift-register based keypad# Raspberry Pi Pico connected to keypad PCB# via JP1 (14-pin IDC header)....
View ArticleC/C++ • Re: VSCode include paths
I've tried using Visual Studio instead and face the same issueStatistics: Posted by RampantDespair — Sun May 19, 2024 2:08 am
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Hi,is there a way to forget/unpair a (disconnected) Bluetooth accessory? Thanks.Statistics: Posted by mf_fantail — Mon May 20, 2024 12:54 am
View ArticleTroubleshooting • Re: Raspberry pi 5: usb disk disconnects randomly
OK strange. i have rpimonitor installed since the beginning, and yesterday, i saw that it said there were several updates on the raspberry pi (i had done a full suite of updates when i first set it up...
View ArticleTroubleshooting • Re: Carsh when "apt upgrade" or "apt...
The solution is to increase the swap space in /etc/dphys-swapfile by changing CONF_SWAPSIZE=100 to CONF_SWAPSIZE=2048. Reboot the system afterwards.ButchStatistics: Posted by butchkemper — Mon May 20,...
View ArticleRaspberry Pi OS • Re: Linux kernel headers mismatch
rpi-update will break things.rpi-source will put things back together, like the kernel headers.https://github.com/RPi-Distro/rpi-source Unless you know something that I haven't figured out,...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Does anyone know if an m.2 M+B key Ethernet adapter Check Jeff Geerling's pages, he like fast Ethernet and Pi PCIe stuff.Statistics: Posted by Gavinmc42 — Mon May 20, 2024 1:58 am
View ArticleBeginners • Connecting a LQ035NC111
Hi all, I'm currently building a retropi handheld. The guide I've been following uses a LQ035NC111 https://www.aliexpress.com/item/100500 ... 19cWuqKL4 The guide uses an adapter which the 54pin screen...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset not working on sc16is752
Thanks for the further things to try out.Using the commandCode: pi@raspberrypi:~ $ sudo i2cset -f -y 3 0x4d 0x03 0x00pi@raspberrypi:~ $ sudo i2cget -y 3 0x4d 0x030x28Does no change to the result, and...
View ArticleBeginners • Re: Upgrading My Pi
I’m not sure whether or not there would be issues, because I haven’t attempted it, but the manual installation page indicates: NOTE: The Raspberry Pi OS 'bullseye' release is not yet supported by...
View ArticleBeginners • Re: Randomly Installing Application on my Raspberry Pi OS
VNC Server is just a way for you to be able to remote in using a VNC Client. It is not cause for concern, but if you don’t need it, it may be unnecessary.Statistics: Posted by buffalobill — Mon May...
View ArticleC/C++ • Re: WiringPi replacement?
Sorry, but I call BS. Maybe you are thinking of the old documentation? New documentation has been added for Linux 6.9. Before that there were multiple comments that the kernel documentation was...
View ArticleRaspberry Pi Connect • Re: Failed accepting connection reason="accept...
I have the exact same issue when on the same network it works just fine, but from outside it fails with this reason I am located in Tokyo, so maybe going through UK servers make it time out...
View ArticleGeneral • Re: Writing READ_ADDR while DMA runs
I need to gracefully transition from full speed phase to deceleration ramp. dma_channel_abort looks too disruptive. Who knows how long it will take? How quickly I can resume DMA after that? Will delay...
View ArticleBeginners • ping raspberrypi.local works intermittently on windows cmd
ping raspberrypi.local works intermittently on windows cmdi'm korean sorry.sometimes ping raspberrypi.local worksbut often "can't find raspberrypi.local host for ping require, check name and try...
View ArticleTroubleshooting • Re: Installing mysql 8
... it doesn't have the required geo functions must you use a mysql-like DB? PostGIS is right there in the repos and it's been a solid geospatial database for years. I've even done surprisingly good...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
My guess for Broadcom not becoming a shareholder is it reflects Raspberry Pi's intention to license VideoCore (or to use something else ) and sub-contract manufacture of silicon themselves.Statistics:...
View ArticleBeginners • Re: raspian battery indicator pi sugar
when you run the command what does it showi'm guessing you just need to get the output to the right place, /sys/class/power_supply/ perhapsStatistics: Posted by kerry_s — Tue May 21, 2024 1:41 am
View Article