Raspberry Pi OS • Re: Bug with locales
1. While burning the iso, you setup the additional information too (e.g. wifi, username etc). The trick is to use US english as your language, but a timezone that's outside of the US (plus the wifi...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: When in shutdown does GPIO go back to...
Alright, thank you very much for your help!Statistics: Posted by glockodile — Wed Dec 11, 2024 9:00 pm
View ArticleSDK • Re: Need help with SDK and newlib.
What are these cookie function?...You would use those to customize the behavior for particular streams, but it looks like you're globally implementing the newlib system calls instead.Statistics:...
View ArticleBeginners • Re: Best NAS Software
Macs use SMB as well. Not a Mac expert so can't say exactly how you'd connect to a server from one.You don't need a one to one link between users and shares. You can do that if you want to though....
View ArticleTroubleshooting • Re: ADSB feeder down.. IP issue?
Where are you seeing that "Host/IP" setting - on the FlightAware page or somewhere else?Statistics: Posted by neilgl — Wed Dec 11, 2024 9:12 pm
View ArticleTroubleshooting • Re: Pi 5 LED glows solid green and M.2 AI Hat glows solid...
Now I could remove the static IP address from cmdline.txt but I would like to be able to set a static IP address on the eth0 port just in case I am unable to access the Pi through wifi. I'm trying to...
View ArticleHATs and other add-ons • Re: Power Hat+ spec questions
Ah, I see. Yes, a tricky situation.2)Two EEPROMs (one standard address and one power mode 1 address) on the same hatWhile I suspect that might actually work, I'm pretty sure it wouldn't be compliant...
View ArticleGeneral discussion • No error no sound from USB mono speaker on Pi 3 Bullseye
Code: sudo raspi-config -> System Options -> Audio -> '0 Headphones' the only output available Code: aplay -L sysdefault:CARD=Headphones bcm2835 Headphones, bcm2835 Headphones Default Audio...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
John WIf you're still tinkering with this .... an observation that may (or may not!) help.The suggestion in an earlier post, viewtopic.php?t=380193#p2273733, - that 1 and 2/3rds rotation outwards from...
View ArticleTroubleshooting • RASPIAUDIO on Zero - no sound
I'm not familiar with sound commands, so this is likely to be down to me not knowing what I'm doing.Situation - Pi Zero v1 with USB sound card and MPD installed. I was able to get that working and...
View ArticleTroubleshooting • Raspberry 5: irq/161-mmc0: Polling for SD-card ?
Hi you all,this Monday, I got a Raspberry pi 5 8GB and I am very happy with this one. I use mine without SD-card, booting from a SATA device with adapter.Running the "top" command, I frequently get...
View ArticleCamera board • Re: libcamera RequestCompleted() occupancy
Actually, just realised that since I'm on a PI 5 I'm using the RaspberryPi branch of libcamera anyway, so I've raised an issue there asking for advice.Statistics: Posted by Rob Meades — Thu Dec 12,...
View ArticleC/C++ • Re: Install bcm_host library?
Thanks for the quick answer. That was the problem. So obvious in the light of a new day No worries. I got caught out with a -lxxx in the wrong place some time back. A friend pointed me in the right...
View ArticleGeneral • Re: A Snek port for a Pico ?
After having installed the snek support infrastructure on my Raspberry Pi 5 (sudo apt install snek snek-bin) and copied the uf2 from /usr/share/snek to a Circuit Playground Express and managed to get...
View ArticleBeginners • Re: Problems with full sd card
What has possibly happened...I discussed that possibility in the last paragraph of my first post on this thread.Statistics: Posted by BigRedMailbox — Thu Dec 12, 2024 9:26 pm
View ArticleOfficial Display • Re: The new Raspberry 15.6" monitor
I can confirm that it stretches the image."kmstest --dmt -r 800x600@60" gives youmonitor800x600.jpgassumption is you've did that without having margins added to kernel command line. What does it look...
View ArticleTroubleshooting • Re: Pi5 stuck on boot wanting to boot from second ntfs usb...
no, cmdline shows the ssd corretly in cmdline.I removed all the extra fstab data, and the system now attempts to boot from the ntfs drive and then switches to the SSD, booting successfully. I only...
View ArticleRaspberry Pi OS • mousepad startup very slow.
I have very exact experience as this topic:viewtopic.php?p=2214915&hilit=mousepad+slowMy logs is here.Can anyone help me?Dec 13 05:19:19 Pi-5 dbus-daemon[964]: [session uid=1000 pid=964]...
View ArticleTroubleshooting • Re: Flakey Pi, Image or SD Card?
OK "It's a PiB that has the issue(s)" means Pi3B+Which OS are we running on the 3B+ - Bookworm 64-bit or something else?Which version of NoMachine is it (nomachine_8.14.2_1_arm64.deb)? From...
View ArticleGeneral • Re: Proper RP2350 SWD Initialization Sequence?
Do you have access to QMI registers ?You could use QSPI direct-mode interface.I have not tried it, so I do not know yet if QMI is accessible from SWD when the MCU is in bootloader mode.I did use QSPI...
View Article