Raspberry Pi OS • Re: Bookworm 64bit - Disable all effects.
ok, edit /usr/share/labwc/environment.XKB_DEFAULT_LAYOUT=gb to uscp -R labwc to ~/.config labwc updated, again break fcitx5 Statistics: Posted by cjan — Sat May 18, 2024 1:57 am
View ArticleRaspberry Pi OS • Keyboard Mapping Messed Up
Hi,I'm using the latest raspian bookworm on a RPi 5.Shift + 3 gives me £ whereas it used to be the U.S. pound sign (I live in the U.S.). I don't know how this changed but it was working normally a few...
View ArticleRaspberry Pi OS • Re: Keyboard Mapping Messed Up
Some additional information I just discovered. I have multiple user accounts on my OS. On the administrator account the keyboard mapping is correct but any additional accounts/users created the...
View ArticleGeneral • Writing READ_ADDR while DMA runs
Hi,I understood from similar question viewtopic.php?t=326563 that we cannot change TRANS_COUNT for the current transfer sequence. But what about READ_ADDR and WRITE_ADDR?The doc says "Software should...
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 ArticleTroubleshooting • Re: App in menu doesn't show up for addition to panel
BINGO! Whatever you're being paid ain't enough!Thank you. glad it worked for youStatistics: Posted by kerry_s — Mon May 20, 2024 12:34 am
View ArticleBeginners • Re: Detecting capacity on USB power supply
We would like the guide to be able to learn remaining power level without opening up the satchel and peering at the battery pack.The USB PD specification does allow for USB battery packs to report...
View ArticleTroubleshooting • Re: [/dev/fb0] Trying to build full screen app in...
If you want a bit depth on the frame buffer other than 16 bits per pixel, you will need to set it as a kernel parameter.Have a look at this thread ... viewtopic.php?t=361698Statistics: Posted by AndyD...
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 Article