Python • Re: Multiple python scripts in virtual environment
I have been using python scripts successfully for a few years but recently upgraded to Pi5 running bookworm. The virtual environment that python uses now proved to be a hurdle but I think that I got...
View ArticleNetworking and servers • Re: Imager v1.8.5 PI5 Bullseye SSH Key Not Working
I figured there was going to be some sort of manual steps after the initial cut of the SSD card.Negative.None of the manual steps kmacdchap describes are usually necessary.The fact that your "run...
View ArticleGeneral discussion • Re: RAM - How can I supplement the on-board memory?
Use zram.https://wiki.archlinux.org/title/ZramCode: $ free total used free shared buff/cache availableMem: 3790 1747 322 357 2329 2043Swap: 4095 454 3641Total: 7886 2202 3963Statistics: Posted by...
View ArticleGeneral discussion • Re: Move Synology NAS Drives to Pi 5
For a Pi 5 with two magnetic disks, I would fit a small NVMe system disk then attach the two spinning rust devices as separate USB 3 disks so they can use the full speed of both USB 3 paths. An...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Later on a Pi3 test system running Buster 32-bit with a v2 camera module and motion 4.7.0 and motionEye 0.43.1b2, we capture a video on motion detection and copy it to a PC.That 640x480 mp4 video uses...
View ArticleNetworking and servers • Re: Rpi4b as a hostspot
You could try setting AP to 5GHz and check if it improves Code: sudo nmcli c modify "your hotspot name" 802-11-wireless.band aIn the meantime there is no option to set bandwith...
View ArticleGeneral discussion • Re: Browser oftren Hangs.
Use 64bitStatistics: Posted by rpiMike — Sun Dec 08, 2024 2:19 pm
View ArticlePython • Re: PulseAudio and Root User Headaches
.sh script itself:ps -e | grep pulsepidof pulseaudiocd /cd home/cam/shared/ST2/python3 st_ws.pycd /There is nothing in that script to start pulse audio or to delay starting your script until PA is...
View ArticleTroubleshooting • Pi3B won't boot on Bookworm (rainbow screen) but will boot...
Any idea why a Raspberry Pi 3B wouldn't boot Bookworm (rainbow screen & 7 LED flashes - kernel.img not found) but if I flash an old Stretch image to the same SD card it will boot just fine?This...
View ArticleRaspberry Pi OS • Re: Raspberryi card shows message
Where did you buy the RaspberryPi card with the OS pre-installed?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:27 pm
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
Possibly the microSD card has gone into read-only mode to preserve its contents.Statistics: Posted by drgeoff — Sun Dec 08, 2024 2:28 pm
View ArticleTroubleshooting • Re: pyhthon script not booting up on raspberry pi 5 start up
The guide to all things startup (thanks thagrol) is here: viewtopic.php?t=314455What is your python script doing?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:31 pm
View ArticleTroubleshooting • Re: Pi3B won't boot on Bookworm (rainbow screen) but will...
Are you using the 32-bit Bookworm ?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:32 pm
View ArticleOfficial Display • Re: labwc - VNC Resolution of 800 x 400
Yes screen blanking is disabled.UPDATE: After running it a bit more than 2 hours I didn't see that problem, screen scale kept its value as is described in Code: ~/.config/labwc/autostartMaybe an...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Make sure it's up to date by running (on older Pi5)Code: sudo apt update && sudo apt full-upgradebefore moving sdcard to new Pi5.Statistics: Posted by dom — Mon Dec 09, 2024 2:26 pm
View ArticleTroubleshooting • xdotool not working Pi5 Debian 12
I want to position specific programs on dual monitors using autostart on m y pi 5. I have installed xdotool but it doesn't seem to be getting any data (it doesn't output any errors at all)?for...
View ArticleOff topic discussion • Re: Falling for AI: My Experience with Twins AI and...
Spam.Statistics: Posted by jdb — Mon Dec 09, 2024 2:27 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Well, that been said, maybe my last comment on Pi500 as I will not get one for sure.I said the same but I guess it depends on what one considers a Pi 500 to be, and whether one was, or would have...
View ArticleSDK • Re: VS Code Pico Extension: Switching to RISC-V Architecture
I'm not sure why that wouldn't be working, compiling that project with the extension using your CMakeLists.txt works fine for me. Could you double check the ~/.pico-sdk/cmake/pico-vscode.cmake file...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
While not solving your problem, can't you use the /dev/serial0 alias to remove the need to detect which platform you are on?That's a good shout, I hadn't spotted that it was an alias. Is it guaranteed...
View Article