Interfacing (DSI, CSI, I2C, etc.) • Re: Sound through I2S DAC
The lack of error messages from the firmware and the list of loaded modules tells me that the overlay has done its work, and that something else is causing the problem. Is there anything there to...
View ArticleRaspberry Pi OS • Re: How to sync just a single partition ?
Simplest way I can think of would be to close all files that are open on the partition, terminate all processes with a cwd on that partition then unmount it.IIRC systemd has support for unmounting...
View ArticleNetworking and servers • Re: Rasberry pi K3S error
I know next to nothing about K3S but I do know that unless you post the actual errors you are seeing all we can really do is guess.While you're at it tell us which OS and which major release of said...
View ArticleGaming • Re: 10 Games for Raspberry Pi
Linux games... quite frankly...Warzone2100, 0AD, Supertuxkart, were all my benchmark games.Now all three run fine on a Pi5, with WZ2100 getting another 42% boost soon when mesa 24 arrives.If/when...
View ArticleRaspberry Pi OS • Re: Cannot update my Pi
Kernel version v4.14.98-v7? That's very old so I'd suggest starting with a fresh install of the latest OS (32bit will run on all Pi models) followed by restoring your files and installing any extra...
View ArticleTroubleshooting • Re: Raspberry Pi not responding
I'd be inclined to leave a terminal (or ssh session) open running top.While probably not the best way, when the Pi freezes you'll have some indication of what your CPU load was, how much memory was in...
View ArticleRaspberry Pi OS • Re: Disconnect, Reboot, Shutdown from Desktop by command
"I do not know" is my final answer.OK, NP.The funny thing is that you'd think that for my use case, just hitting whatever keys on the actual keyboard would be good enough. I don't really need the...
View ArticleTeaching and learning resources • Re: Super-cheap Computing Cluster for Learning
Counted the LLM's on my Pi5, now have 26, not all work but running just one uses lots of CPU grunt.Was thinking cluster of Pi5's each running a different LLM?.But just about any NPU/GPU is going to be...
View ArticleTroubleshooting • Re: Disabling EEE on Raspberry Pi 5 GbE port
Same issue here, and no changes with current kernel 6.9-rc6.Statistics: Posted by mby — Thu May 09, 2024 9:54 pm
View ArticleTroubleshooting • Re: rpi-connect unmet dependencies
What does this command show Code: cat /etc/os-release and this Code: uname -aAlso, I just installed rpi-connect on 2 Pi5 and one Pi4 running bookworm, no issues, so something is different?Statistics:...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hello again,I had seen somewhere a comment about Ubuntu being "particular" about partitions, but tried to push the boundaries... Learning by mistake. Documentation is honestly great, it did really...
View ArticleRaspberry Pi OS • Re: WPS Chinese Clone
I use LibreOffice all the time on Pi400s and Pi5 and even occasionally on Pi3.It works fine on all of them.I agree with Thagrol. Let's try to address the actual problem with accessing your data,...
View ArticleRaspberry Pi OS • Re: Questions about the Raspberry Pi OS
It sounds like the requirements are not yet fully defined. The pi has 2 micro-HDMI ports but I am not sure e.g. 30 to 40 foot cables will work, but a server would. Maybe we could say what we want to...
View ArticleTroubleshooting • failure to boot and locked out
So I’m new to using pi as well as linux programming in general. I’m an academic that’s in a new lab that a previous user built a pi system for monitoring experimental samples, and since they’ve left...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
I tried with a ten second delay and got the same numbers compared to the original delay. I also tried putting capacitors across the pins, but it didn't seem to make a difference either. I don't...
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Setting swap to 2000 fixed my stuck.Statistics: Posted by shuoxinma — Thu May 09, 2024 10:57 pm
View ArticleGeneral • Re: Battery-Powered Pico W and USB Type-C Connection Issue
I reported it to pico-sdk and they forwarded it to pico-feedback.I see that the reporting address is subdivided. The reasons for this are well understood...
View ArticleBeginners • Re: Raspberry Pi Imager
I assume that this means that the Imager needs to be able to run SSH natively on the host machine to be able to generate a key pair . . .If you press the "run ssh-keygen" button it outsources...
View ArticleTroubleshooting • Re: SSH working, but vnc isn’t
Raspberry Pi OS 64 bitDebian version: 12 (bookworm)I tried using both X11 and Wayland but the same error occurred. No firewall Realvnc server is up to date and was running fine last I checked I did...
View ArticleMicroPython • Re: Trouble with lightsleep() and deepsleep() in MicroPython
Thanks @scruss for your answer.Yes, because lightsleep turns of[f] the USB clock and slows down other clocks. With no USB clock, no console output is possible.How can I turn on the USB clock...
View Article