Raspberry Pi OS • Re: Something Like .bash_logout, But for Shutdown
Thank you blsIn my searches I actually stumbled a systemd solution like this,but was wondering If a bash file, something like .bash_logout might exist,but named .bash_shutdown for example..I guess...
View ArticleAdvanced users • Re: Running Raspbian from USB Devices : Made Easy
Only one of my 3 SSD have the /boot partition, but sometimes after a reboot, the rpi image installer shows up That's not a situation I've ever encountered or heard of.Statistics: Posted by RonR — Thu...
View ArticleMicroPython • Sleep mode?
Is there any way I could put my device to sleep until there is an interrupt ?or a fixed timing of sleep for 5mins collect data for a minute and then sleep ?thanks.Statistics: Posted by Ab25 — Thu Aug...
View ArticleTroubleshooting • Re: Rescuing a broken installation - Deleted 'libc.so.6'
If you have write access from a remote machine, then can you make a copy of libc-2.28.so and call it libc.so.6.The main problem is none of the copy and similar command work and it seems I don't have...
View ArticleC/C++ • Re: CMake and arch-specific compiler options
I used the mk-sbuild wrapper, but as there was no discernible difference in disk space, and no folders magically appeared in /var/lib/schroot/chroots, I concluded that it had not worked.Which command...
View ArticleRaspberry Pi Connect • Re: Saving screen space
On my laptop 1366x768 I use Firefox to log on to Pi4 / Pi5 running Bookworm. To see the pi screen with CTRL, Pi, Alt, ESC, Tab buttons on the bottom bar, I set the Zoom to 67%Have you tied...
View ArticleTroubleshooting • Re: mmc1 controller never released inhibit bits - Youtube...
I have the same problem now on my Raspberry Pi 400 running latest Raspi OS (Bookworm I think). I have done an update recently, and again yesterday when the message came up. There may be no connection...
View ArticleGeneral discussion • Re: Keyboard Not Recognized by Raspberry Pi – Need Help...
Do any keyboards work? i.e. you have no problem with keyboards on your Pi in general, but a couple of keyboards that you have don't seem to work, despite the fact that they work elsewhere. Or, do no...
View ArticleAutomation, sensing and robotics • Re: Automatic Bat detector.
Well if you are feeling bored, here is a few WAV recordings I made recently at an old flint farm house, I hung the detector under the eves, to keep it out of the weather a bit, these are only a very...
View ArticleGeneral discussion • Re: Pi 5 active cooler not running continuously
Mine spins briefly on start up, then does not run at all, unless temperature gets really high.I.e. it is working normally.Statistics: Posted by neilgl — Fri Aug 30, 2024 6:48 pm
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I see the Pi 5 8GB is low stock again at the Haverhill emportium, must be popular. Wonder why?No need to wonder, it's because they make a great desktop daily driver!!Statistics: Posted by jamesh — Fri...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
My concern was/is specifically regarding issue of a pin latching in a state. There has been enough people reporting it so I doubt it is probably attributed to a user fault issue - but it could be. It...
View ArticleBeginners • Re: Which nvme hat to use with Official Case with cover on?
I'm not sure if any NVME hats will allow the top to remain on the case (which is a shame)Statistics: Posted by jamesh — Fri Aug 30, 2024 6:52 pm
View ArticleAdvanced users • Re: How to downgrade bookworm kernel from 6.6 to 6.1?
While you're at it, can you add the other usb-serial drivers left in the bottom of the bucket?USB_SERIAL_SIMPLEUSB_SERIAL_F8153XUSB_SERIAL_MXUPORTUSB_SERIAL_UPD78F0730USB_SERIAL_XRStatistics: Posted...
View ArticleBeginners • Re: Raspberry pi 5 dc motor with l298n not working
Try using /dev/gpiochip4 which is the RP1 GPIO, not the BCM2712 GPIO.Statistics: Posted by rpdom — Fri Aug 30, 2024 7:07 pm
View ArticleBeginners • Re: Raspberry pi 5 active cooler not spinning
How many posts on your cooler do you want to open? What is different here compared to viewtopic.php?t=375887 ?Statistics: Posted by aBUGSworstnightmare — Fri Aug 30, 2024 7:08 pm
View ArticleCamera board • Re: Security Camera
Yes, when we build from source it gives this version: Code: motion -hmotion Version 4.7.0+git20240821-1ae0438, Copyright 2000-2024 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen/Motion-Project...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
I've read that you can build an UF2 file with rp2040 and rp2350 but I don't think "universal" code can be done.You could theoretically do it with ARMv6-M only code, but it would be extremely painful...
View ArticleSDK • Re: Hang on cyw43_arch_gpio_put() when network active.
I had forgotten to enable timestamps on console log, but based on timestamps in other messages this is rough timeline:Everything fine until about 80890 seconds (uptime):Code: WLAN: changed flow...
View ArticleNetworking and servers • Re: [Solved] Bullseye via Network Bridge on Bookworm
@redvli:What's the contents of your /etc/NetworkManager/NetworkManager.conf? That has some bearing when using default values.This is mine (from the Pi running the bridge, obviously):Code:...
View Article