Français • demande aide sur projet de réseau local
Bonjour à tous, J'ai pour projet de créer un réseau local qui me servirai à diffuser des films, et de la musique. Pour cela j'ai installé RaspAP sur mon rpi4, le réseau local est effectif : les...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Raspberry Pi Zero 2 W, gpio c library
Dear Everyone,I'm using Raspberry Pi zero 2 W. Raspberry Pi 2021 hardwareLinux kernel version:pi@raspberrypi:~ $ uname -aLinux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l...
View ArticleTroubleshooting • Re: VNC on Pi Zero 2W - last chance
Not a solution to your problem but VNC is almost certainly the wrong approach for video streaming - the zero will decode the video, display it, the VNC server will grab that, encode it again, and then...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
So yeah, the intermediate conclusion is that the GH kernel is a completely different kernel, that we just publicly don't know how it relates to he officially built one.I've already said the repo is...
View ArticleAdvanced users • [SOLVED] Re: How to reproduce official kernel builds to get...
I figured it out. The official stable kernel build also contains a set of debian patches. One of those patches enables per-module BTF info unconditionally, which leads to a module_layout mismatch....
View ArticleGeneral • Re: Cannot build DebugProbe firmware
TLS is Transport Layer Security and provides encryption on a connection using whatever protocol. SMTP email servers often require its use, for example.It relies on certificates. Often a certificate...
View ArticleTroubleshooting • Re: UART clock setting on RPi 5
yeah, change that line, build and load the overlay, and then check dmesg after bootStatistics: Posted by cleverca22 — Mon Apr 08, 2024 11:12 pm
View ArticleTroubleshooting • Re: Error in Thonny I dont understand
From your other post (viewtopic.php?p=2210267#p2210267), it looks like this is related to using virtualenv.Are you using a virtual env? It looks like you are.You may need to tell thonny to use the...
View ArticleTroubleshooting • No Wifi but etho is okay
I am a quite new to LINUX so please be patient, I am however, willing to learn.I cannot figure out why there are no WIFI credentials that I can find in my rpi os.Like the wifi doesnt exist at all.I am...
View ArticleUbuntu • Re: Slow boot Pi4 Ubuntu 22.04.3 server: Failure...
Here is a workaround proposed by Steve Langasek(https://bugs.launchpad.net/ubuntu/+sour ... omments/74):Edit the `.yaml` file:Code: sudo cat /etc/netplan/50-cloud-init.yamlChange the `wlan0` interface...
View ArticleTroubleshooting • Re: RPi 3 B v1.2 ( 2015 ) with more modern OS ?
I've got VNC working !. Its just an option in raspi-config.I think I now need to work out how to set the default HDMI resolution, as it looks like my screen is not being recognised.Regarding...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Clarification on using PL011 UART
Should I disable Bluetooth as described in this section.Statistics: Posted by xtal256 — Tue Apr 09, 2024 10:41 pm
View ArticleMedia centres • Re: Peppy player
The player has been working fine. But today, it locks up randomly. I could select the radio browser and select a station, the station would play but the screen is not updated. It still displays the...
View ArticleC/C++ • Accurate USB timestamping
Hi,I am interested in getting accurate timestamps for a USB camera, I understand cheap cameras are rolling-shutter but we should be able to time when linux receives the start of the frame. Do you know...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP3008 with spidev.h doesn't bring...
Yes, I saw and read that, but I didn't read into it "The chip select line chosen must be configured in as GPIO OUTPUT and not as SPI0_CE0_N (or likewise) as shown under the SPI0 Pin Mappings above."I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi Zero 2 W, gpio c library
Thanks drankinatty for the information: pigpio and tinygpio.Statistics: Posted by dennisnguy — Tue Apr 09, 2024 11:23 pm
View ArticleGaming • Re: (OpenMoHHA) Medal Of Honor: Allied Assault War on Chest on...
Got it to compile on a Pi5 ./openmohaaarm64 --- Common Initialization ---OpenMoHAA 0.61.0-alpha+0.ab5efa5a linux-arm64 Apr 08 2024 UTC----- FS_Startup -----Current search...
View ArticleTroubleshooting • Re: RPi5 won’t boot - four green flashes from LED
Yeah it looks like 3 long and 1 short.viewtopic.php?p=2205061#p2205061there are several threads with that already answeredStatistics: Posted by cleverca22 — Wed Apr 10, 2024 10:48 pm
View ArticleGeneral • Re: Pulse counter using RP2040
So, I think I should be more specific:I am getting a square pulse (generated by a pulse generator). The frequency doesn't matter, as I can change the time between pulses. So I am generating 1 pulse...
View ArticleBeginners • Re: Can't access via http to my Raspberry
Yes I try all the possibilities with IP and :ports as well as :443, :80 :8080 :22 :24 :9000Now I checking the firewall and add a rule asroot@pi:~# nft add rule ip firewall input tcp dport 443...
View Article