Troubleshooting • Re: Did I make a mistake?
It's not a pile-on. Your description didn't make any sense, and throwing a Pi into the mix made even less sense.Where is the NAS? You said you work at home, but you cannot access your home network.If...
View ArticleRaspberry Pi OS • Re: Wayland issue
I'm using the default VLC Media Player and the effect is the same either in windowed mode or fullscreen. The media extension is .m4vHave you transcoded the DVD rips, or are they the original MPEG2 and...
View ArticleGaming • Re: Killer Apps and Games for 7 and Under
gcompristuxracersupertuxtuxpaintminecraft piminetestcultivationjumpnbumppacman4consolecircuslinuxIs Minecraft pi available from synaptic? My brother isn't very computer savvy.Statistics: Posted by...
View ArticleGraphics, sound and multimedia • Kodi + libraw
I've installed Kodi on a Raspberry Pi 5 running bookworm and want to add support for libraw (to display Nikon NEF raw images), but the instructions on the Kodi website (Image Decoders section is...
View ArticleMedia centres • Re: RP as a HD Media Player
Thank you to all for your suggstions.I installed libreelec on the RP i5 and it works flawlessly with every video format that I have: avi, mp4, 264, 265, UHD et al.I only need the i5 as a media player...
View ArticleGeneral discussion • Re: How to set up USB ports for gigabit ethernet
There is something in the way the data is transmitted from the Pi to the Matrix that can’t be combined with the normal network.do you have docs that explain what is special about this data?it must be...
View ArticleGeneral discussion • Re: Need help identifying damaged chip
viewtopic.php?t=364497#p2186868Statistics: Posted by gordon77 — Tue Feb 13, 2024 8:33 pm
View ArticleTroubleshooting • Raspberry Pi 5 Wifi Won't Connect
My RPi5 won't connect to Wifi.I tried configuring wifi when using the imager, and that didn't work. Then I tried a fresh image without configuring it and doing it via raspi-config, and that gave me...
View ArticleOther RP2040 boards • Re: New board can't program flash.
Right! I did something like totalsize = file1->firstblock->totalsize + file2->firstblock->totalsize. I then get an off-by-two error... ??? Something like that. I'll figure it out. Yeah,...
View ArticleTroubleshooting • Re: no HDMI on TV
Code: [ 1.237267] vc4-drm axi:gpu: [drm:drm_mode_getconnector [drm]] User-space requested a forced probe on [CONNECTOR:32:HDMI-A-1] but is not the DRM master, demoting to read-only probe[ 1.237381]...
View ArticleBeginners • Re: How to force Bookworm to 4K?
https://gist.github.com/alicraigmile/dd ... 3a3a2790ddhm... this sounds interesting and exactly like what i need. if this really works maybe i would only need two raspberry pis for four screens (the...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
I'm sure you're right about being the minority here, but in terms of real world use of computing as a tool, not a learning experiment, who is in the minority?Oh, and I'm fairly sure you can run...
View ArticleGraphics, sound and multimedia • Re: LM320DN1A display with Raspi
You certainly could do that engine swap, there are definitely people who did that, so I'm asking a wide range of people who might have experience with it.It seems I upset you, I'm sorry, I don't...
View ArticleTroubleshooting • Re: Pi 5 Python RuntimeError: Cannot determine SOC...
I encountered same issue moving from Pi 4 to Pi 5Here's a drop in replacement package that works on my Pi5.Code: sudo apt remove python3-rpi.gpiopip3 install rpi-lgpiStatistics: Posted by p1r473 — Tue...
View ArticleBeginners • Re: Octoprint & home assistant on same Pi5
what is the issue with running both systems on 1 pi is it the 2 different operating systems or data transfer, what is the issue?No real issue, but if you want to change anything or reboot then both...
View ArticleC/C++ • Re: C++ fgets behaving very oddly on Bookworm (no other environment...
That makes sense. How do you check for a \n, and is this a blocking call?But the annoying thing is that all I actually need is a read (or fread or getline) function that will just read the FIFO in...
View ArticleTroubleshooting • Re: look giving strange results
Does OP have anything to add? Or is look behaving exactly as it should?Statistics: Posted by ame — Tue Feb 13, 2024 9:04 pm
View ArticleGeneral discussion • How to replace the boot splash screen on latest Pi OS...
How to replace the boot splash screen on latest Pi OS (bookworm)?Seems the following no longer works?```# cd /usr/share/plymouth/themes/pix/# mv splash.png splash.png.original// WinSCP PNG file to...
View ArticleBeginners • Re: Trouble Identifying GPIO Version on Raspberry Pi
Hello everyone,I'm having trouble identifying the GPIO version on my Raspberry Pi. I've tried a few commands in the terminal, such as "gpio -v" and "gpio readall", but I'm getting an error message...
View ArticleGeneral discussion • Re: How to replace the boot splash screen on latest Pi...
You probably have to remake initrd. Try this after replacing the image: Code: update-initramfs -uStatistics: Posted by Solskogen — Tue Feb 20, 2024 8:56 pm
View Article