Beginners • Re: Upgrading My Pi
You've made a good point, I was ignorant to RetroPie not having a native version for the RPi5, I'm in no rush so I just might wait until RetroPie has a 64 bit version for the RPi5 and follow your...
View ArticleRaspberry 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 ArticleOther projects • Re: Custom Key pad
Here is the wiring diagram I said I'd do. Hopefully it matches what you were expecting, and what you actually made.As you can see, now that we have the schematic for the board we can basically ignore...
View ArticleC/C++ • Re: C and ARM64
No need for guessing, simply refer to the ARM Procedure Call Standard. It lists the different types of registers and how they're used to pass arguments when calling functions:...
View ArticleGraphics, sound and multimedia • Re: No audio output systemd (Python)
Any ideas?Yes.For some time (at least two OS releases) the sound subsystem does not get started until a user logs in and then only for that user (and, I think, root can use it too).If you're starting...
View ArticleArch • Re: How to get plain Arch Linux to run on a Raspberry Pi 5 ?
it is what it is, i guessluck of the drawi'm about to revisit ubuntu, i been getting weird issues something running at 100% for a short time, i got it on the raspberry desktop & now even on the...
View ArticleGeneral discussion • "Unable to Fetch, 404 file not found"
Hello,I've been trying to reinstall raspbian os on my Pi 4. The version is raspbian 10 buster which I need for my weather beacons. It is a custom version f Raspbian Buster and there aren't any newer...
View ArticleRaspberry Pi OS • Lxpanel and other elements background black - how to change?
After updating from Buster to Bullseye, lxpanel background color is set to black - somewhere, somehow. This looks really bad.How it is currently (few zones highlighted in red):This is the way it...
View ArticleTroubleshooting • Re: Update Buster to Bullseye - stuck with libc6-dev...
Managed to successfully do a "sudo apt full-upgrade" as written before. Cleaning up things and fixing stuff currently. It's still a miracle to me why the original short apt install (only 3 packages)...
View ArticleNetworking and servers • USB wifi on Pi 1B+ (Bullseye)
I'm trying to use a CanaKit USB wifi dongle on a headless model 1B+ Pi running Bullseye (OS release 2024-03-12). The chipset of the USB wifi dongle is the Ralink 5370. I used the Pi Imager to...
View ArticleTroubleshooting • Re: App in menu doesn't show up for addition to panel
look in .config/lxpanel/LXDE-pi/panels(press ctrl+h in the file manager or right click - show hidden)look for line 55 to 68Code: Plugin { type=launchbar Config { Button { id=lxde-x-www-browser.desktop...
View ArticleRaspberry Pi OS • Re: Lxpanel and other elements background black - how to...
menu - preferences - appearance, defaults tab - medium screenrebootStatistics: Posted by kerry_s — Sun May 19, 2024 11:47 pm
View ArticlePython • Re: Automatic start up of main.py
Extra line was added to autostart:Code: sudo nano /etc/xdg/lxsession/LXDE-pi/autostart@lxterminal -e /home/vlado/Project/env/bin/python3 /home/vlado/Project/main.pyThat should work as expected if, and...
View ArticleCompute Module • Re: How does GLOBAL_EN work?
IIRC one of those resets the SoC, the other resets the PMIC. In both cases it's the equivalent of pulling the power and the OS is not cleanly shutdown.If you want a clean OS shutdown you need to use...
View ArticleTroubleshooting • [/dev/fb0] Trying to build full screen app in multi-user mode
HelloI was wondering if anyone did something similar and could suggest a solution.I have rPi3, 4, and 5 versions connected to a 10.1" 1920x1080 touchscreen (HDMI port 1)Code: Linux DietPi 6.1.21-v8+...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Does anyone know if an m.2 M+B key Ethernet adapter such ashttps://www.amazon.com/IO-CREST-Etherne ... B09SRW3RCVwould work with the official m.2 hat?igc driver for i225/i226 currently not working...
View ArticleTroubleshooting • Re: [/dev/fb0] Trying to build full screen app in...
Is this a Broadcom driver limitation? What is the best way to check that as well.Statistics: Posted by oxoocoffee — Mon May 20, 2024 12:15 am
View ArticleBeginners • Detecting capacity on USB power supply
Hey everyone,We have a project based on the CM4 with a Waveshare Nano A that allows groups of people to speak directly to each other on the smart phones. See this for more details....
View Article