General discussion • Re: Raspberry Pi 5 discussion thread
Thank you for the replies to my two problems. A USB to round pin lead off of a hand radio, together with the microphone lead of head phones has gotten past the loss of sound capability.But the...
View ArticleTroubleshooting • Re: PI5 not booting from USB SSD drive (but does from sd)
Does not boot? Any message on screen or just nothing? If power is the problem, it will tell you on boot on screen. What do you see on boot?Intenso TX100, what chipset is in that adapter? I can not...
View ArticleTroubleshooting • USB Midi devices on start up
I have several Raspberry Pi 4's. One of them is running an OSless synth that boots directly to Minidexed, everytime it boots up it recognizes the Midi controller connected to it via USB. The midi...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hi AzizI was in Tunisa a while back in 1982, I have a daughter born at Chott Mariam, just north of Susse.Take care Statistics: Posted by amoun — Fri Mar 29, 2024 6:29 pm
View ArticleTroubleshooting • shiny new pi 5
mmmmm. where shall i start?i had a pi 3b for about 2 years, never had any probs with it [maybe a bit slow].decided to treat myself to a shiny new pi 5.set it up using a mini hdmi etc.new install of pi...
View ArticleTroubleshooting • Re: Rasbperry Pi 5 8GB Can't Recognize NVMe in Any Form
I solved the issue by purchasing the NVMe Base from Pimoroni to replace the Pineberry Hat drive, the NVMe works just fine now. I don't know if there was something wrong with my particular board, or...
View ArticleGeneral discussion • Re: EMG audio jack to RPI audio jack ?
You'll need additional hardware if you want audio input.Statistics: Posted by wildfire — Fri Mar 29, 2024 6:40 pm
View ArticleMicroPython • Re: Transmitting IR from Pico or Pico W
Having looked properly at the code I found, it does pretty much that, generating a pulse train from a list of timings.I need to get my head around how these are generated for the supported protocols...
View ArticleAdvanced users • Re: Jumbo frames on PI5 - how to persist this setting?
Thanks bls,That was a great idea - the rc.local trick works well - so far.I addedip link set eth0 downip link set eth0 mtu 9000ip link set eth0 upto the file /etc/rc.localThe systemctl unit hack not...
View ArticleOfficial Display • Re: Official 7" Display not always initializing
So, I was able to fix this.Despite of all the warnings NOT to do this, I ran Code: sudo rpi-update and this fixed it for me.I don't know how (because the same firmware with older linux ran just fine),...
View ArticleBare metal, Assembly language • Re: ARM timer (sp804) interrupts on Pi4
HelloI am new to Linux. I am using RPI4 Model B board. I am trying to write a driver which handles the ARM timer interrupt which describer in chapter 12 of spec(https://datasheets.raspberrypi.com/bcm2...
View ArticleCamera board • Camera doesn't work on raspberry 5 with meta-raspberry build
I'm using meta-raspberry to create an image for Raspberry 5. Unfortunately, I can't make the camera work. The same HW works ok with the official Raspberry Pi OS. The camera is detected by kernel:Code:...
View ArticleRaspberry Pi OS • Re: "who" command displays a large # instead of...
Currently it is fixed on 32-bit and 64-bit in version 9.4-3 (I run trixie/testing).Bookworm 32-bit with Desktop, fully updated, is 9.1 ...Code: pi@Pi4B:~ $ whopi 1970-01-10 00:20pi tty1 1970-01-01...
View ArticlePython • Re: Converting w1thermsensor outputs to variables
@DS256Thank you but how do I get from my current output to something like your 'reading' variable to be able to store the temperaturesStatistics: Posted by RDS — Sat Mar 30, 2024 6:48 pm
View ArticleDevice Tree • Unable to load gpio-ir with dtoverlay command
Running Bullseye on a Raspberry Pi 4B. I am unable to load gpio-ir either from /boot/config.txt or from the command line. Code: dtoverlay=gpio-ir,gpio_pin=25After reboot no overlays are loadedCode:...
View ArticleGeneral discussion • Re: Permanently disable wifi on the raspberry pi 400
I will try to remove the wifi chip. I will purchase a heat gun and let you know how it goes.isn't all this activity distracting you from writing?with that simple dtoverlay line you could get back to...
View ArticleDevice Tree • Re: Unable to load gpio-ir with dtoverlay command
I managed to get the command line to work withCode: sudo dtoverlay gpio-ir gpio_pin=25Check it had loadedCode: dtoverlay -lOverlays (in load order):0: gpio-ir gpio_pin=25The gpio-ir overlay doesn't...
View ArticleFrançais • Re: Basculer Accès Internet eth0 vers wlan0 router wifi 4g ?
Peut-être ajouter en plus une route spécifique vers le réseau SFR:Code: ip r add 192.168.0.0/24 dev eth0 src 192.168.0.20Statistics: Posted by PhL91 — Sat Mar 30, 2024 7:03 pm
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Thanks for explaining that.I had forgot that you have to be registered to see images on that forum.I have attached the 3 images. They are 625, 405 and 819 lines.Frank Statistics: Posted by FRANK.C —...
View ArticleTroubleshooting • Re: Pi Zero 2 w unresponsive while being used as DHCP...
I would suggest using the PiHole Forum for assistance because that is where the PiHole developers hang out.ButchStatistics: Posted by butchkemper — Sat Mar 30, 2024 7:15 pm
View Article