Beiträge von jan4711

    anscheinend hat sich nichts geändert.

    Die "/etc/hostapd/hostapd.conf"-Datei aktuell:

    Code
    pi@raspberrypi:~ $ sudo systemctl unmask hostapd.service
    Removed /etc/systemd/system/hostapd.service.
    pi@raspberrypi:~ $ sudo systemctl enable hostapd.service
    Synchronizing state of hostapd.service with SysV service script with /lib/systemd/systemd-sysv-install.
    Executing: /lib/systemd/systemd-sysv-install enable hostapd
    pi@raspberrypi:~ $ sudo systemctl start hostapd.service
    Code
    pi@raspberrypi:~ $ sudo systemctl enable hostapd.service
    Synchronizing state of hostapd.service with SysV service script with /lib/systemd/systemd-sysv-install.
    Executing: /lib/systemd/systemd-sysv-install enable hostapd
    Failed to enable unit: Unit file /etc/systemd/system/hostapd.service is masked.
    pi@raspberrypi:~ $ sudo systemctl start hostapd.service
    Failed to start hostapd.service: Unit hostapd.service is masked.

    Danke für die Rückmeldung.

    Die Ausgaben

    Code
    pi@raspberrypi:~ $ ls -la /etc/hostapd/hostapd.conf
    -rw-r--r-- 1 root root 247 Mai  5 11:12 /etc/hostapd/hostapd.conf
    pi@raspberrypi:~ $ ps aux | grep -i [h]ostapd
    pi@raspberrypi:~ $ 

    Hallo zusammen,

    ich habe mein Raspi 3+ Accesspoint eingerichtet, aber es läuft nicht wie ich erwarte.

    In /etc/hostapd/hostapd.conf habe ich eingetragen:

    Aber anscheinend wurden die o.g. Angaben nicht berücksichtigt.

    Denn Abfrage "iw dev" ergibt folgendes :

    Code
     pi@raspberrypi:~ $ iw dev
    phy#0
        Interface wlan0
            ifindex 3
            wdev 0x1
            addr b8:27:eb:81:7c:39
            type managed
            channel 34 (5170 MHz), width: 20 MHz, center1: 5170 MHz
            txpower 31.00 dBm

    Hat jemand eine Idee, wo es liegen könnte. Danke im voraus.

    Ich hab jetzt noch mal alles platt gemacht und nach der Anleitung neu auf gesetzt.

    predictable network interface sind enabled. Allerdings ist die intere Wifi schnittstelle dagegen irgenwie resistent, was dazu führt, dass diese mal wlan0 und mal wlan1 heißt....gibts dafür einen Trick?

    Der Accesspoint von Wifi auf LAN funktioniert erstmal sehr stabil (bis auf die wlan0/wlan1 Sache).

    Jetzt kommt das Verbinden mit per Wifi auf die Fritzbox dran.

    ich habe mein Raspi 3+ auch so gesetzt, jedoch weis ich nicht genau wie "predictable network interface sind enabled" gemacht wird.

    Ich habe in cmdline.txt ergänzt

    net.ifnames=0


    Leider funktioniert AP nocht nicht. Was müsste ich noch tun?

    Danke im voraus.