HATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
Just a little update on this (probably final). It could help someone.I've found out that adding the dtparam=pciex1_gen=3 parameter in cmdline (which enables pci express gen 3) made the issue appear...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
update 81. all the front panels have arrived 2. Since the last post, 3/5 Boards run 24/7 without any issue, waiting for the cm5 to buy two for the remaining boards 3. still haven't finished the code...
View ArticleGeneral discussion • Custom shell over UART
Hello, I am trying to implement a custom CLI on a Raspberry Pi for real-time project.The desired flow is as follows:1. I flash the Raspberry Pi with the application and connect to it via UART from a...
View ArticleBeginners • No IP address for headless install of Ubuntu 22.04
I am just starting with a Raspberry Pi 4B and my purpose is installing Ubuntu 22.04 server so I can then use ROS2 humble. I have been trying to flash the SD card with Raspberry Pi Imager and choose...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Is that a yes to both questions?only to the first part (Did pastebinit work before the update to 6.12).Reverting to 6.6.62 requires me to compile the custom kernel again -> roughly 2 hours on that...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Something odd with the quoting in that last post?Build motion from source as I said earlier - it works.Sorry, I thought your previous post provided a solution only for the most recent hardware and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Drink more coffee maybe and then read the error message again.your file:/mnt/ssd/Movies/Smile-2022/Smile-2022.mp4 does not exist, nothing to do with ffmpeg or jellyfinfix the...
View ArticleBeginners • Upgrade kernel to latest stable kernel
How to upgrade the kernel to latest stable kernel? I managed to upgrade to latest beta version, which seems to never receive upgrades. On the rpi4 I did the upgrade the beta versions it's stucked at...
View ArticleBeginners • Re: Upgrade kernel to latest stable kernel
sudo apt updatesudo apt full-upgradewill get your system entirely up to date.Statistics: Posted by jamesh — Thu Nov 28, 2024 2:48 pm
View ArticleUbuntu • Re: Ubuntu 25.04
What is this post about?(i)Fastfetch ,https://github.com/fastfetch-cli/fastfetch, can be installed on Ubuntu 25.04 . Unlike Fedora or openSUSE, fastfetch is not yet available on Ubuntu using 'sudo apt...
View ArticleHATs and other add-ons • Re: Error: no module named pa1010d (The Pi Hut GPS...
I had selected the virtual environment at the bottom right corner of the Thonny editor.What, exactly, do you see as the name of the Python3 interpreter at the bottom right of the screen, after...
View ArticleBeginners • Re: Problems with apt upgrade
try this:sudo apt updatesudo apt full-upgradesudo apt --fix-broken installand then sudo apt autoremove (to remove unused/no longer needed stuff)Statistics: Posted by terribleted — Thu Nov 28, 2024...
View ArticleTroubleshooting • Re: Raspberry Pi 4 Won’t Boot from SSD - Stuck on “Welcome...
first boot can take some time, due to resizing the file systemHow long did you wait (it can be minutes)?Statistics: Posted by terribleted — Thu Nov 28, 2024 3:07 pm
View ArticleUbuntu • Re: Upgrading Pi from Ubuntu 23.10?
sudo do-release-upgradeStatistics: Posted by PilotPaul — Thu Nov 28, 2024 3:13 pm
View ArticleAdvanced users • secure boot on a CM4
I am trying to get an image that has a signed boot partition (boot.img and .sig) to work on a CM4, with the normal bootloader, as i read that this one should also support secure boot images. When...
View ArticleMicroPython • Re: Building MicroPython on a Mac
Thanks hippy. Some progress, but not quite there yet!Cmake worked but complained that picotool was not installed. It downloaded and installed it.I then ran make. It failed with numerous errors,...
View ArticleAdvanced users • Colouring writes to 'dmesg'
echo "Hello World" | sudo tee /dev/kmsgI have been using similar for a while and it works fine, shown without its coloured glory here ...Code: pi@Pi4B:~/ $ echo "Hello World" | sudo tee...
View ArticleGeneral discussion • Re: Arduino Hands-On: Exploring the Hall Magnetic Sensor...
What has this go to do with Raspberry Pi?Statistics: Posted by neilgl — Fri Nov 29, 2024 2:32 pm
View ArticleNetworking and servers • Re: Two IP's on Wlan0 interface? why?
The best way to figure out what's going on with your IP addresses is to look at the system log. `sudo journalctl -b | grep wlan0` should show you what is happening and HOW the multiple IPV4 addresses...
View ArticleHATs and other add-ons • Re: TV Hat on a Pi Zero 2W, streamed video to VLC...
FYI, tried an old PiZeroW (non-2), installing the same version of Bookworm/tvheadend, and the results were the same: with "performance" set, continuity errors every few seconds on streaming RadioOne...
View Article