Raspberry Pi OS • Re: Is using https in APT really as simple as changing http...
The Debian repos should be using https. No clue why rpios isn't.My sources.listCode: Repos: Active apt repos in: /etc/apt/sources.list 1: deb https://deb.debian.org/debian/ bookworm main contrib...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
Ah, that's annoying. yes :/ ive been trying to solve this issue in alot of forumes, discord, reddit but sadly no one tried to help me yet :/What have you tried to do, like, on your own? Did you search...
View ArticleBeginners • Re: Trying to get RPi4 to boot from USB Nvme M.2 SSD, Lot's of...
Hello, anybody out there reading my questions ?Statistics: Posted by Chester Mayfield — Sat May 18, 2024 12:03 am
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
Can you vamp up the fan and may it hover, maybe add another fan at the back for forward/backward motion? Statistics: Posted by tipam — Sat May 18, 2024 12:28 am
View ArticleNetworking and servers • Re: Pi 4B with Waveshare SIM7600G-H LTE HAT Issues
Hi,I'm facing the same problem, did you find any solution?Thank you.Statistics: Posted by franknereanu — Sat May 18, 2024 12:31 am
View ArticleTroubleshooting • Re: Setting locale issue and weird browser behavior
No, it never happened with stock RasPi OS that I remember.Yes, I realise it's not a supported setup here but there are a few here using the same combination of RasPi OS and KDE Plasma so I figured it...
View ArticleRaspberry 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 Article