k9t33n
April 14, 2024, 14:58

wireguard container trouble

can anyone see whats wrong with this wireguard docker-compose.yml file?
yml
version: "2.1"
services:
  wireguard:
    image: lscr.io/linuxserver/wireguard:latest
    container_name: wireguard
    cap_add:
      - NET_ADMIN
      #- SYS_MODULE #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - SERVERURL=pi5vpn.duckdns.org
      #- SERVERPORT=51820 #optional
      - PEERS=3 #optional
      #- PEERDNS= #optional
      #- INTERNAL_SUBNET=10.13.13.0 #optional
      #- ALLOWEDIPS=0.0.0.0/0 #optional
      #- PERSISTENTKEEPALIVE_PEERS= #optional
      - LOG_CONFS=true #optional
    volumes:
      - /root/dockerdata/wg:/config
      #- /lib/modules:/lib/modules #optional
    ports:
      - 51820:51820/udp
    sysctls:
      - net.ipv4.conf.all.src_valid_mark=1
    restart: always
    networks:
      - mainnet
networks:
  mainnet:
    external: true
i can succesfully connect but it doesnt give me internet access and im using duckdns. this is the docker-compose file for that
yml
  dynamic-dns:
    container_name: dynamic-dns
    image: joweisberg/dynamic-dns:latest
    restart: unless-stopped
    environment:
      - TZ=Europe/London
      - USER=not tellin
      - PASSWORD=not tellin
      - SERVICE=duckdns
      - HOSTNAME="pi5vpn.duckdns.org"
      - DETECTIP=1
      - INTERVAL=10
this is on my raspberry pi 5 running raspberry pi os.
tinyfold
April 14, 2024, 01:06

realvnc icon not showing

Hi I am using a raspberry pi 4 and there isn't a real vnc icon, even after enabling vnc and restarting
leqitnyy
April 13, 2024, 21:11

Can i setup a server on raspberry pi pico?

I'm thinking about buying a Raspberry Pi Pico W, my intentions are to make a website that my girlfriend can access and a minecraft server i could play with her on. Its nothing serious, also I have very basic knowledge on the topic, please let me know if it is possible and if I would need anything other than Raspberry Pi Pico W, my computer and my wifi to run the 2 servers. Thank you for help.
stolenpies
April 13, 2024, 20:53

Control Pi Pico with SMS text

Hi all, as the title suggests, has anyone managed to control a pico with an SMS message? If so what’s needed?
tomatoes6868
April 13, 2024, 19:02

help finishing cyberdeck

Anyone have any idea what I'm doing wrong. When it is connected to the breakout frenovo board it won't turn on but when I disconnect it. It does turn on I'm so confused

animelover1212
April 13, 2024, 18:17

did I break my breadboard/ rasberry pi?

So I had this setup and it wasn’t working. I realized that the part that connects the wire to my my rasberry pi wasn’t in so I pushed it in while it was on by accident. Then the lightbulb lit up but it wasn’t blinking. The next time I turned it on the light bulb lit up but there wasn’t any code running. Now the lightbulb is not turning on at all Did I break my breadboard? I’m extremely new to this
warlord_shado
April 13, 2024, 13:11

Libcamera module not deteced

(CURRENT ISSUE STATED IN MESSAGES)I cannot enable the camera under interface and the vcgencmd get camera command says it isn't detected, but if I run the command libcamera-jpeg -o test.jpg it will take a photo. Does anyone know why this is happening
lebb_lebbington
April 13, 2024, 13:09

Mesen 2 emulator

I was wondering if there was a way to use the Messen 2 emulator on a raspberry pi for very specific graphical updates like Metroid HD Also which raspberry pi would be able to run it if any
stocis
April 13, 2024, 06:55

set vnc resolution to 1920x1080 using a touch screen lcd

after losing everything due to an sd card failure i rebuilt my rpi (with the 7" touchscreen monitor). everything works fine except that when i connect via vnc i see a really small resolution of 800x480 which i guess is the screens resolution. How can I have it to use 1080p or / 4k when connecting to it via vnc ? I tried raspi-config but it didnt work. thank you

based_ball
April 13, 2024, 00:24

Raspberry pi pico WH wireless controller

I am planning to create a rudimentary wireless controller using a pico WH with 3 buttons, a switch, a thumbstick and a rgb screen. I'm completely new to microcontrollers and whatnot, I am doing this for a college project and I plan to create a tekken clone in unity for the controller inputs to work in. How feasible is this controller idea and should I just quit while I'm ahead or is it something which can be done with relatively little jankyness?
mow_cat
April 12, 2024, 23:13

"over_voltage_delta" doing nothing on Pi 5?

I am trying to increase voltage to the Pi5 so i can overclock further (stuck at 2.82 ghz). But no matter how much I increase over_voltage_delta in /boot/firmware/config.txt, the Pi never gets any hotter. It stays WELL below 75 celsius at pretty much all times, and NEVER reports any throttling with vcgencmd get_throttled. I'm not convinced that the it's actually increasing the voltage. It's possible (though very unlikely imo) that my active cooler is doing a REALLY good job at cooling the Pi. What can I do to ensure that it's working and I'm actually increasing voltage to the pi?
irvingmclaughlin
April 12, 2024, 22:14

E: unable to locate package SpeechRecognition

i've tried so many times to install the speech recognition module to python and every time i get a different error, this time it's the one in the title- how do i fix this?
badboygod
April 12, 2024, 21:31

raspi 2 w giving libEGL error

On running
libcamera-jpeg -o test.jpg
or
libcamera-hello
I get the error below libEGL warning: DRI2: failed to authenticate Made X/EGL preview window [0:02:28.403197238] [1191] INFO Camera camera_manager.cpp:297 libcamera v0.0.5+83-bde9b04f ERROR: no cameras available
kometabrno
April 12, 2024, 16:57

Chat gpt raspberry pi 4 speaker problem

Hello everyone, I need your help please. in 3 days I have to hand in my final exam paper but I have a big problem, my assignment was to make a voice assistant that uses raspberry pi 4 and in python I managed to create such a code and it works normally, I can send it here but on raspberry pi 4 it still gives me several thousand errors with alsa units and something like that even though I have everything probably well set up , I use axagon usb sound card for sound and I configured everything but it still doesn't work
austinpowers3
April 12, 2024, 00:08

2 screens

Can raspberry pi's support two screens i feel This is a dumb question because I know computers can do it but I don't know how much of a computer a raspberry pi is And if it's a yes some can but not all can the Raspberry Pi 4 Model B 2019 Quad Core 64 Bit WiFi Bluetooth (4GB) do it
onsake
April 11, 2024, 19:44

Start with raspi 3 and pi camera

Hi boys ! I decided to a school project to create a polaroid. It's my first time on raspberry but i don't scare of it. When i follow the step of the official youtube channel to connect my camera and i execute
libcamera-still -o test.jpg
I've an error which says the raspi can't authentificate with the camera. Yet, the camera led is turn on... so i was thought it was from the raspberry so i reinistall pi os on by i've got the same error. My camera is a raspberry pi camera B with a lens and my raspberry is a pi 3 b+ If someone has a solution ? Thanks a lot for your answers
concrete3vidence
April 11, 2024, 16:43

Firefox / Chromium issue, text field loses focus when typing, page scroll up/down after using mwheel

System info: - Raspberry Pi 5 8gb - Raspberry Pi OS lite + gnome installed with tasksel Both browsers have similar issues. I don't have much to go with. I have tried to look into caret browser mode, but it is not accidental F7 as that does seem to ask if you want to enter the caret mode. Gnome Web doesn't seem to have this issue, it has other issues though.
diamondepsilon
April 11, 2024, 16:35

Making an Ashida Portable Gaming Rasberry Pi 4 B

I am trying to develop a Rasberry Pi handheld console. I don't want something small like the altoid tin handhelds that are commonly made. I was hoping there would be a way to change up and use the technology that many people have when they make an "Ashida Portable Wii" and instead of making the base of it be a wii motherboard, it would have the Rasberry Pi instead. I would love some help on this project and idea.
thetysonator
April 11, 2024, 16:23

Headless Pi5 Ubuntu Setup

I've just got a Pi 5 used the imager to put Ubuntu on the SD card, I've set a username and password, entered my wifi details, set my timezone and enabled SSH. After I plugged it in I connected to my router and it hasn't connected to the network. I'm not sure on what to try, any ideas?
awdev_
April 11, 2024, 14:02

Using RTL8812BU on pi 2B

Does anyone know where I can find a driver for this?
fabianm
April 11, 2024, 09:50

/dev/ttyAMA4 (UART) reading itself

Hi, im working on a project that uses all the uart ports on the pi4b, but when i was debugging i discoverd uart4 is reading itself when im wrting on uart 4 even when nothing is attached. Does anyone know how to fix?
iludw1g
April 11, 2024, 06:10

now that pivpn is eol, is this the best way to run wireguard now?

is it the best way to run wireguard now to run it in a docker container? i was looking at a guide on how to do this, and they use a container called "WG-Easy" to "improve the experience further". is that something known/trusted? https://pimylifeup.com/wireguard-docker/
burritosupreme69
April 10, 2024, 21:33

Raspberry Pi Slideshow

I have a raspberry pi that I've just gotten setup with ssh and the like to get logged in remotely. My goal for my setup is to have a slideshow running on the PI via the chromium browser. I have it all set up, but the top of the screen lags between slides, and I cant find any info online about this. How can I approach fixing my issue?
d10_123
April 10, 2024, 21:08

Trying to fix ethernet on a pie 4 b

bought a pie device that needs to connect locally to a laptop via a ethernet cable currently the ethernet connects on occasion then disconects unsure what to do to fix or if there is a way to connect via another source thats not ethernet to fix the issue
f0xir
April 10, 2024, 20:29

Help python /rasberry

Hello everyone, I need help installing the Python packages webdriver-manager and pyautogui on my Raspberry Pi. I tried using the pip install webdriver-manager and pip install pyautogui commands, but I received the following error : error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. For more information visit http://rptl.io/venv note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. --------------------------- I also tried using sudo apt-get install python3-webdriver-manager and sudo apt-get install python3-pyautogui, but the packages could not be found. My goal is to use the ChromeDriverManager modules from webdriver-manager and pyautogui in my Python code, but I'm stuck because of this installation issue. If anyone has any ideas or suggestions for solving this problem, I would greatly appreciate your help. Thanks in advance !
misterjthegamer
April 10, 2024, 19:36

retropie not working on orange pi zero 2w

its not working
19440harry
April 10, 2024, 16:27

How to add Picamera2 module in a venv and use it with Opencv in a Pi5

I have a raspberry Pi5 which I have struggled a fair bith with. The system python is 3.11.2 but I want to use 3.9.13 for some basic tf, opencv projects. Simple CNN stuff The issue is managing Picamera2 module in a venv Yesterday I pip installed it in my venv by following this tutorial: https://forums.raspberrypi.com/viewtopic.php?t=361758#:~:text=This%20will%20create%20a%20virtual,existing%20ones%20with%20different%20versions. however there were other issues like PyQt5 not being detected. I tried to build the modules manually with the help of GPT and Gemini. I ended up copying the file from the global python as I couldn't manually build it successfully Now i am able to open the picamera stream using this code: from picamera2 import Picamera2, Preview import time picam2 = Picamera2() picam2.start_preview(Preview.QT) # Use Preview.QT instead of Preview.QTGL preview_config = picam2.create_preview_configuration() picam2.configure(preview_config) picam2.start() time.sleep(5) Preview.Qt is the only way i can open it. I would like to access the data with opencv and would like to see what I can do. Unfortunately Opencv for some reason wont work with Picamera2 Any help would be appreiciated. Even if I have to start from scratch with a new venv I wouldnt mind as long as the method works
outlaw7134
April 9, 2024, 23:25

pi 5 no video

I’ve flashed the firmware from rpi. And went to connect it to my tv and I get no video is there anything to do do get this to work.
damango
April 9, 2024, 22:07

Flash Raspberry Pi OS onto NVMe SSD from a Micro SD card

I am looking for a way to format/flash my SSD for my rpi 5. I don't have a usb/ssd cord to plug into my computer, and I am hoping to be able to do something like run raspberry pi imager as a cli tool and format the ssd while it's plugged into my rpi 5. Has anyone done this? What did you use/how did you go about it? I don't have any micro hdmi's either, so I am looking for a headless way to do this.