Raspberry Pi OS • Re: bookworm update forbidden 403
One more data point, I just formatted an SD card with Ubuntu on the raspberry PI. Then I tried the 'sudo apt upgrade' and received no errors. I also tried the same command from Raspberry PI OS using a...
View ArticleGraphics, sound and multimedia • Re: MTV "Kiosk"
GTR2Fan, about overclocking: I went to edit the "config.txt" file in boot, and at the top it said something like "This is not the droid you are looking for! Instead edit /boot/firmware/config.txt...
View ArticlePidora / Fedora • Re: F40
Kernel: 6.8.2-300.fc40.aarch64Statistics: Posted by geev03 — Fri Mar 29, 2024 5:56 pm
View ArticleGeneral 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 ArticleBeginners • Re: How do I delete a file
Just to answer the question posed... use the command "rm <filename>".Statistics: Posted by W. H. Heydt — Fri Mar 29, 2024 7:24 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 ArticleTroubleshooting • Re: My pi 5 wont boot
The STICKY: Is your Pi not booting? (The Boot Problems Sticky) is the place to start. Also, search the Forum for discussions of similar problems as there are many about Pi5 boot...
View ArticleDevice Tree • Re: 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 ArticleRaspberry Pi OS • Re: "who" command displays a large # instead of...
I just installed coreutils from trixie (required libgmp10 as well) and it seems to have fixed it for me.Before:Code: notpi@raspi15:~ $ whonotpi pts/0 4047232757733481328 (192.168.42.56)notpi pts/1...
View Article