linux  RPi

RaspAP

888888ba                              .d888888   888888ba
 88     8b                            d8     88   88     8b
a88aaaa8P' .d8888b. .d8888b. 88d888b. 88aaaaa88a a88aaaa8P
 88    8b. 88    88 Y8ooooo. 88    88 88     88   88
 88     88 88.  .88       88 88.  .88 88     88   88
 dP     dP  88888P8  88888P  88Y888P  88     88   dP
                             88
                             dP      version 3.1.7

Plan wäre ein Reiserouter... Aber bisher mehr Probleme als Lösungen! 
Hier einfach meine Notizen zu meinen Veruschen...

WLAN-Stick: TP-Link Archer T3U Plus AC1300
Keine stabile Verbindung wenn dieser Stick als WLAN-Hotspot verwendet wird! Wird aber das interne WLAN vom RPi als Hotspot und der Stick als Wifi-Client genutzt, funktioniert es einwandfrei! 

https://raspap.com/

#Installation über LAN !!

curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 0 --restapi 0 --adblock 1 --wireguard 1 --tcp-bbr 1 --provider 0

sudo nano /etc/dhcpcd.conf
# RaspAP wlan0 Hotspot configuration
interface wlan0
metric 9009
static ip_address=192.168.8.9/24
static routers=192.168.8.9
static domain_name_server=9.9.9.9 149.112.112.112

#RaspAP
Admin/secret

1. DHCP Config für wlan0 durchführen (Range auf 192.168.8.100-200 ändern)
2. WLan-Hotspot auf wlan0 aktivieren
3. Reboot

#Weiter Installation über Hotspot

Memo

https://github.com/RinCat/RTL88x2BU-Linux-Driver