Troubleshooting • Packages in LibreELEC that aren't in Raspberry Pi OS?
Still trying to get OTA TV stick to work on RPi 5. It works fine insofar as gathering channels goes, either by Kaffeine or w_scan_cpp. Both Kaffeine and VLC are VLC-based, and the video plays...
View ArticleSDK • Re: "Raspberry Pi Pico File System Selection Guide"
It would be interesting to have a race between all of these with benchmarks, e.g., bench.c and big_file_test.c.Thanks for letting us know. It's actually quite hard to find projects like this.Benchmark...
View ArticleCamera board • Re: How do I control Pin 12 on the camera bus?
Hi 6by9,Which Pi are you using? Oh, my bad! I forgot to mention which device I am using. It is RPi 4B. Can I control it (Pin 12) in my device? (This is a internal development, if we want to release...
View ArticlePython • Re: help wanted with code not working
Or this thread:viewtopic.php?t=205327Statistics: Posted by ame — Mon May 27, 2024 2:48 am
View ArticleSDK • Re: openOCD doest work Ubuntu
Back in January I wrote up a little "Getting Started with Raspberry Pi Pico and Ubuntu" with some notes on my experience.Statistics: Posted by carlk3 — Mon May 27, 2024 2:58 am
View ArticleBeginners • Re: Connect bluetooth using pipewire
The solution that worked for me was to remove/reinstall some pipewire packages and enable them on startup:Code: sudo apt reinstall pipewire pipewire-bin pipewire-pulsesystemctl --user --now enable...
View ArticleSDK • Re: Bulding a project for the Pico W
...Those divisions are not necessarily very fast on the pico, since it doesn't have a floating point unit, it has to do all of that in software...Well, the RP2040 does have the "hardware divider". See...
View ArticleSDK • Re: Two weird compilation bugs
I'm surprised that -Wall -Werror didn't reject that, with a compilation error message that would have explained the problem....Did you try "-fanalyzer"?Statistics: Posted by carlk3 — Mon May 27, 2024...
View ArticleBeginners • Re: Bootloader doesn't appear to be working.
I'd get a HDMI lead but even then you might have a battle with 1366X768 which is probably advertised as its native format.I don't think anyone objects to reasonable bumping like yours, its the three...
View ArticleRaspberry Pi Connect • Re: Will Connect be made available for Earlier Pi's
It will work on earlier Pi's once we move to using labwc as a compositor across all devices (rather than as it is currently with Wayfire on Pi 4,5 and X on 0,1,2,3)Thank you. I understand that VNC is...
View ArticleOther programming languages • Re: JSCAD — JavaScript CAD in your browser
Some more news on JSCAD.Yesterday my first pull request for adding new "geom3.fromPointsConvex(uniquePoints)" was approved and merged:https://github.com/jscad/OpenJSCAD.org/ ... bb875e9639I really...
View ArticleTroubleshooting • Re: ssmtp hangs
Found the issue but not sure why. For some reason, ssmtp cannot find my email server even though I can ping it. I switched to my local email server and it works now. It didn't help that they changed...
View ArticleTroubleshooting • Re: Raspberry 5 stuck after booting
I can access the bootfs partition, which contains the config.txt file that I copy pasted aboveStatistics: Posted by fargolo — Tue May 28, 2024 12:00 am
View ArticleBeginners • Re: Trying to get RPi4 to boot from USB Nvme M.2 SSD, Lot's of...
to: aBUGSworstnightmareAnd 3. How do I confirm if my NVMe is incompatible or not ? CM https://www.raspberrypi.com/products/co ... -cm4001000CM4 is a Compute Module 4 , just another Pi model with...
View ArticleTroubleshooting • docker-compose issue during install
hello.running RPi5 with Bookworm.I have been trying for days to get the install of docker compose to work and I cannot get it. I can run docker version at root and it returns 26.1.3 for the engine. I...
View ArticleNetworking and servers • Re: RPI NAS with 2x4TB storage: comments please
The Pimoroni board looks good other than having the boards face in instead of out for access and cooling.What do you think about the comment that using 4TB SSDs on the Pimoroni requires soldering to...
View ArticleTroubleshooting • Re: overlayfs not write protecting
seems to be working after a fresh installno ideas whythis time around however, i tested it before doing all the additional configuration and package installsThank YouSStatistics: Posted by Simple —...
View ArticleTroubleshooting • Re: docker-compose issue during install
The command hasn't been "docker-compose" for a long time now. It is simply "docker compose"I have not installed docker in a while now, but if I recall correctly, you can run "docker compose" right...
View ArticleCamera board • Re: pink color issue with RPI Hq cam on rpi5 board
can you share the lens shading tool that you mentioned available with youStatistics: Posted by jana007 — Tue May 28, 2024 4:21 am
View ArticleGraphics, sound and multimedia • Re: CM4: DSI to eDP via SN65DSI86 not...
Your overlay looks for the device on I2C-10 (target = <&i2c_csi_dsi>;) and expects to have the bridge responding to address 0x2c.Checking other I2C interfaces makes no sense. What do you...
View Article