HATs and other add-ons • Re: Raspbian GNU/Linux 11 (bullseye)
I am not familiar with the particular device you're using but it might be a case of the driver module not being loaded at boot.Run the following command(s) to see what modules are loaded when the...
View ArticleAdvanced users • Re: Raspberry Pi 5 - PCI-e endpoint mode
You read something that's incorrect. BCM2712 does not support endpoint mode.Statistics: Posted by jdb — Wed Feb 28, 2024 7:20 am
View ArticleAdvanced users • Re: AV/RCA to HDMI converter
if it would be possible how would you do it?It's not clear what you want to do but for 'RCA / Composite Video to HDMI' there are plenty of adapters available off the shelf.If you could clarify the...
View ArticleBeginners • Re: Unknown Host
PiCorePlayer is not setup by installing it on top of an existing PiOS system you created earlier. The PiCorePlayer software includes everything needed to create an LMS system from scratch, in a single...
View ArticlePidora / Fedora • Re: Can you boot an OS from a USB drive?
Fedora and Debian (vanilla) have not supported RPi5 yet, the supports should first goes to upstream/mainstream kernel and other component, then it will reach to Fedora and Debian.Statistics: Posted by...
View ArticleNetworking and servers • Re: Raspberry Pi 5 Ethernet PTP Timestamping - How...
@FilterPunk: Working fine for me. The tolerance which chrony calculates is +/- 5-6 microseconds (Setup: PTP grandmaster is provided by a CM4 IO board; PTP slaves are Raspberry Pi5's running...
View ArticleRaspberry Pi OS • Re: Raspberry Pi updates
If you've forgotten your aliases, doesn't the alias "rm" stand for "Remind Me"? (Please don't anyone try it.)specially if you run it with sudo before and add -rf /* after the "remind me" command...
View ArticleTroubleshooting • Re: Not connected to Wi-Fi with wlan0
If you have installed Raspberry pi OS it will be installed.You can find out if it's been installed by opening a terminal and typingsudo raspi-config.Statistics: Posted by kip_the_elder — Thu Feb 29,...
View ArticleTroubleshooting • Re: Docker not working on Pi 5 running Pi OS
Maybe try “sudo docker”?Statistics: Posted by epoch1970 — Thu Feb 29, 2024 7:47 am
View ArticleRaspberry Pi OS • Re: Quite some problems
I believe 1 has just been fixed, have you updated?Statistics: Posted by rpiMike — Thu Feb 29, 2024 7:48 am
View ArticleNetworking and servers • Re: Plex on Pi but media on Network
Export the media as a network share in Windows, and mount the share on the Pi. Should work ok.Statistics: Posted by epoch1970 — Thu Feb 29, 2024 7:49 am
View ArticleTroubleshooting • Re: Pi3 A+ only booting PiOS - strange error on anything else
Thank you for the suggestions!I will start with the sticky post and see where it gets me.Thank youStatistics: Posted by JohnFante — Thu Feb 29, 2024 7:50 am
View ArticleOther programming languages • Any HTML + JavaScript wizards ?
I am trying to get my Pi Pico to serve a web page which allows the browser to tell the Pico what the PC's local time is. That's basically working ...Code: <html> <body> <form id='sync'...
View ArticleCamera board • Re: v2 camera module problem
Yes, it worked as you said, I wrote the code and the camera turned on for a short time, thank you very much.Statistics: Posted by o_ogzhn — Thu Feb 29, 2024 8:07 am
View ArticleGeneral discussion • Re: False "Low voltage" warning?
I'm running Bullseye, since there are compatibility concerns with Bookworm with my current setup (3D Printer running Klipper). No Desktop.Same setup runs fine on 2 other printers, also just placing...
View ArticleTroubleshooting • Re: external drive mounted twice
Ooops this is the other way around. TEYADI1 maps to the HDD and TEYADI to the SD card.I guess thagrol is probably right. The drive was incorrectly unplugged and when it was replugged a new mount was...
View ArticleFrançais • Re: RaspberryPI2B AP mode : invalid/unknown driver 'nl80211
Bonjour,Si vous avez installé la dernière version de Raspberry OS (bookworm), je crois qu'il n'y a pas besoin de hostapd et autres. NetworkManager fait le boulot à lui tout seul. Cf l'article...
View ArticleCamera board • Re: Help needed with fluidized bed project
If you are after high framerates and good sensitivity, perhaps the GS Camera (IMX296) might be a good option. Given your field of view is very narrow, you could possibly get > 300fps out of...
View ArticleCamera board • Pi 5 - Good Case for Easy Camera Cable
Hey all,Is there a special case I should use to make it easier to route the camera ribbon cable out of the board? I'm currently using the standard Pi5 case and it looks really really tight.Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
you will have to enable the generic LVDS panel driver (in display panels) and TI SN65DSI83 driver (display interface bridges; for tons of details refer to viewtopic.php?t=305690) in your kernel.An...
View Article