Networking and servers • Re: Connect Raspberry Pi to eduroam wifi
RPi GUI just uses the usual student login for the system, which around here is userrid@institutionaddress.ac.ukThat's good to know. I think Android and maybe Apple put each part in separate boxes....
View ArticleNetworking and servers • Re: Raspberry Pi 5 / RPIOS 64bit lite Bookworm: Does...
NetworkManager reads data inCode: /etc/NetworkManager/system-connections/I would not recommend editing the files directly. For desktop access run:Code: nm-connection-editor# or sudo...
View ArticleBeginners • Re: I found a new command whereis
Umm why not just alias find?Mainly because I wanted the flexibility of Python to tailor it to what I wanted.Statistics: Posted by hippy — Tue Sep 17, 2024 12:50 am
View ArticleTroubleshooting • Samba works for one share but not another. Permission Denied
Hi,I have setup Samba on a new build but am having an issue where I can access one share but not a second oneI can create a (windows) 'map to shared drive' for jchome but not for HAConfig. The error...
View ArticleTroubleshooting • 100% duplicate monitor not possible
Hi,I hoped that I could 100% duplicate the two monitors (have exactlhy the same output on both HDMI outputs) with the monitor tool that is included with the up to date 64-bit bookworm edition. With...
View ArticleOff topic discussion • Re: A Blast from the Past
It's not an original 1B. The one shown has the "mounting" holes and the additional GPIO holes.This on the other hand...Ah, yes...complete with a polyfuse for each USB port...Statistics: Posted by W....
View ArticleTroubleshooting • Pi 5 Completely Freezes When using External Hard drive and...
Seeking help / advice / recommendations for a recently acquired Pi 5 running latest 64bit bookwork. Trying to get this Pi 5 set up as a home media server with CasaOS and Plex. I can't even set up my...
View ArticleGeneral • Re: control a set of 15 inputs that output 15 outputs on Pico
Ok. I have simulated a couple of LEDs and buttons with Wokwi. I'm pretty sure that the code works.Statistics: Posted by ame — Tue Sep 17, 2024 2:22 am
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
The Debian Reference suggests using systemd-networkd instead of NM in [url=https://www.debian.org/doc/manuals/debi ... ithout_gui]5.3.Someone should improve sdm's systemd-networkd support. Statistics:...
View ArticleGraphics, sound and multimedia • Re: iMac as display for RPI5
Please refer to my post "Trouble: HDMI and WLAN access" in this form for more trouble shooting. In "our" case this is applicable.Statistics: Posted by AgeGrimm — Wed Sep 18, 2024 1:15 am
View ArticleTroubleshooting • Re: Raspberry pi installer Windows 11
Think this may be 2 separate things. So, first off:A Win11 installation here of the most recent Imager ends up inCode: C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exeDoes this executable...
View ArticleGeneral • CDC driver for RP2350 (Pico 2)
Hi Guys,Just wondering if there is any magic that needs to be done to get USB CDC working on the Pi Pico 2's?It is coming up as an unknown device in device manager.I have this in my CMakeLists.txt...
View ArticleSDK • Re: Setting PICO_BOARD in CMakeLists.txt since 2.0.0
I ran into the same issue with PICO_BOARD not getting set correctly and had to change the order in the CMakeLists.txtWish this was documented somewhere. I was scratching my head for a...
View ArticleGraphics, sound and multimedia • Re: Cannot send USB MIDI
I'm likely not following correctly. I'm not connecting two ports, but rather sending on the Pi itself. Does this:amidi -p hw:1,0,0 -S '90 3C 7F'Require an aconnect? Something to the Pi host itself?...
View ArticleTroubleshooting • Re: headless pi5 not responding every 4-10 days, journalctl...
just found the pi locked up. video output was still showing the gui: the desktop and taskbar was still visible, as well as a terminal window i had open running tail -F on a dmesg log. the log ceased...
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
For your info, I settled on an approach where some number of buttons and leds can be configured, and then treated logically. "Set LED1 cyan", etc. We use three-color LEDs and two color LEDs are...
View ArticlePython • Loop - Limit Switch + Play MP3
I have a Pi5, goal is to trigger Jaws.mp3 to play when limit switch is pressed, and then loop again so next time the limit switch is pressed it plays the mp3 again.Current state - program loads, I...
View ArticleAdvanced users • How to connect multiple Wifi Cards using PCIe expansion...
Hi all,I have multiple Intel 5300 Wifi cards with mini PCIe - https://shop2india.com/products/5300-53 ... aAQAvD_BwEI have a RPI5 from which I want to connect these multiple Wifi Cards to get the CSI...
View ArticleOther RP2040 boards • Re: Custom RP2040 Board only 'likes' one uf2 file
I ran into something like that recently with the C SDK. I was writing my own AHT20 test program, so I copied over one of my test programs and adapted that. Compiled fine with CMake on Linux Mint.But...
View ArticleTroubleshooting • Re: Pi5 unresponsive with orange LED
Have you figured out any solution? My pi5 is doing this. I almost think I may just have a bad unit.Statistics: Posted by RPi31415926 — Thu Sep 19, 2024 1:40 am
View Article