Raspberry Pi OS • MediaMonkey Via Wine
I'm trying to get MediaMonkey to run on my Pi 500 as I can't find any Linux app that provides syncing between the Pi and Android. I installed Wine via Pi Apps and followed the instructions on the Wine...
View ArticleTroubleshooting • Re: Argon Neo5 NVME problem
Is that using nvme as well?Statistics: Posted by Solskogen — Sun Apr 13, 2025 11:13 am
View ArticleAdvanced users • Re: automounting a USB drive in Raspian Lite
Did you try https://manpages.debian.org/bookworm/ud ... .1.en.htmlWorks well in MoodleBox.Statistics: Posted by mina — Sun Apr 13, 2025 12:17 pm
View ArticleSDK • Re: how to access my header file
Problem is, the CMakefiles actually compile the source in a subdirectory of build/CMakeFiles, so the header file, which is either in the original directory, or maybe copied into the build directory,...
View ArticleAutomation, sensing and robotics • Re: Reading from multiple ADC units...
It is a Power monitor, measure and control ouputs. It's a box with 4 sockets think of an extension cable.There are specialized chips for this. An easy one is...
View ArticleRaspberry Pi OS • What is the proper way of enabling an interface boot up?
I have a USB CAN module connected to a Pi4 running bookworm. When I manually issue the commands below.Code: sudo ip link set can0 downsudo ip link set can0 type can bitrate 250000sudo ip link set can0...
View ArticleBeginners • My Pi 3A+ dont see all ram
my raspberry pi have 1GB ram but OS say 512mb OS architure is armv7Statistics: Posted by buzcukPI — Sun Apr 13, 2025 1:42 pm
View ArticleNetworking and servers • Why isn't my wifi network bridge visible?
I have set up a wifi network bridge with these commands, modified from the documentation here:https://www.raspberrypi.com/documentati ... le-hotspotCode: sudo nmcli connection add type bridge con-name...
View ArticleBeginners • Re: My Pi 3A+ dont see all ram
No Pi3A+ has 1G of RAM. They are all 512M.See the specifications.Statistics: Posted by dom — Sun Apr 13, 2025 2:13 pm
View ArticleBeginners • Re: timer rollover resets program
Hi. Which RPI, which OS, which programming lanquage?Statistics: Posted by DS256 — Sun Apr 13, 2025 2:18 pm
View ArticleGeneral discussion • Re: Raspberry PI 5 (8 GB) with HDMI ,EDID problems.
Not sure what your question is. I’d suggest you focus on the OS you want to load and ask specific to that.Statistics: Posted by DS256 — Sun Apr 13, 2025 2:24 pm
View ArticleSDK • Re: No USB stdio after adding SPI
Just add a 2 or 3-second wait.Code: sleep_ms(2000);Statistics: Posted by Mike**K — Mon Apr 14, 2025 1:47 pm
View ArticleBeginners • Re: How to tell what board an image is built for
If by 3sodimm you meant a CM 3, then be more precise, if not then I haven't a clue what hardware you're on about.nor software. but any virgin RPIOS image should work with with a series 3 model...
View ArticleRaspberry Pi OS • Re: Reverting Bookworm to dhcpcd
bls (for some reason I don't have options to reply directly to your message),In the absence of a DHCP server, I need to fall back to "link local" addressing. NM doesn't appear to do this. I've not...
View ArticleGeneral discussion • Re: The first AArch64 PI
Maybe it's because I'm Italian, but I just can't make myself understood!I ask the question again...Why can't I find anything, ON THE PORTAL (official), about the first 64-Bit Raspberry Pi?Thanks again...
View ArticleAdvanced users • Re: initramfs & cryptsetup on Raspberry Pi 5 (modules...
I also found this github issue (maybe it is yours) mentioning this: https://github.com/RPi-Distro/repo/issues/382Changing MODULES to most made my manual setup work as expected.Thanks again for all...
View ArticleGaming • Re: PS2 revival
I was hoping to play PC titles and use cloud gaming for ps5/4 and xbox games. So pretty much just building a mini PC inside of a ps2Statistics: Posted by zeal34 — Mon Apr 14, 2025 2:06 pm
View ArticleBeginners • Re: Looking for a 4G/5G LTE modem or cellular router...
Do you really need it as a HAT ? A 5G MyFi would be cheaper and connect to the Pi using WiFi or on some Ethernet.Statistics: Posted by MikeDB — Mon Apr 14, 2025 2:12 pm
View ArticleOfficial Display • Re: Official Touch Display 2 is not working
Have you tried adding dtoverlay=vc4-kms-dsi-ili9881-7inch in config.txt?Yes I tried that yesterday and it did not workToday I had to buy a new pi 5 because reasons, decided to try that out with the...
View ArticleCamera board • Re: Pi 5 Camera
The 'switch' to enable cameras isn't present in the Interfaces tab of the Configuration tool in Bookworm OS on a Pi5.To check if cameras are correctly connected and auto-detected try instead, in a...
View Article