Troubleshooting • 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 ArticleOfficial Display • Re: Rotate Official 7inch Display on Raspberry Pi 5
I like to use all the worlds bad words, after using several hours trying everythingand all I did wrong was add the video in a new line in cmdlistIt works now, thank you very muchStatistics: Posted by...
View ArticleAndroid • Re: LineageOS 20 /21 Is there an option to select default Phone...
viewtopic.php?t=100758Statistics: Posted by wildfire — Fri Nov 29, 2024 2:00 pm
View ArticleCompute Module • Re: cm5 USB 3.0 Power Fault State No input
Thank you for your quick response. I wish you good work.Statistics: Posted by Kubilay — Fri Nov 29, 2024 2:06 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 ArticleGeneral • Re: Raspberry Pi Pico 1W - wlan.status('rssi')
Reply to my own post. The first step was to use a more recent Pico and the latest version of the firmware. These changes made no difference. In its development mode, the Pico is heavily loaded,...
View ArticleCompute Module • Re: Why does CM5 not have 8G emmc version
using a lite module while having the eMMC on the carrier board should be possible. So if you're fine with 8GB only why don't do that?Can the carrier board design the circuit of emmc? I am not clear at...
View ArticleGeneral programming discussion • Re: Your experience on migrating all...
For Python and C to be edited on RPi and executed on RPi pico, Googled and there are several ways. The new instruction as below from official RPi web will install all the needed dependency software...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
Here is the link to the lights: https://www.superlightingled.com/12v-ws ... -2133.htmlI am currently using the Pico to power the LED's as I am only working with a strip of 30. I couldn't get a singly...
View ArticleTroubleshooting • Re: Multi-Seat use of RPi 5
Don't know about Wayland, but you can do this by switching to X11 and using "virtual VNC" connections. You won't have GPU acceleration, of course.I believe that RealVNC's virtual VNC capability still...
View ArticleSDK • Re: how use gpio delay time microseconds ?
thank's for reply , i search in rp2530 pdf "sleep_us" but where not found this function https://ibb.co/3Y3gkRBsleep_us is langage C ?Statistics: Posted by keokod — Sat Nov 30, 2024 2:09 pm
View ArticleCamera board • Re: Persuading libcamera to give me the stream combinations I...
Ah, yes, section 4.2, I should have read that. I will take a look at your example Python code and see if I can infer the C++ equivalent.Thanks again!Statistics: Posted by Rob Meades — Sat Nov 30, 2024...
View Article