- LiTime Speicher und Akkus         
Seite 2 von 2 ErsteErste 12
Ergebnis 11 bis 16 von 16

Thema: Raspberry Pi4B Wlan Problem mit internen Chip

  1. #11
    Erfahrener Benutzer Robotik Einstein
    Registriert seit
    11.12.2007
    Ort
    weit weg von nahe Bonn
    Alter
    39
    Beiträge
    3.416
    Anzeige

    Praxistest und DIY Projekte
    Ich benutzte das neuste OS. [...] Wenn man das Netz sieht ist der Chip auch zugeschaltet.
    Gerade erst gesehen, wann sind die denn auf Buster umgestiegen!? Ich hab erst kürzlich einen 3B+ aufgesetzt und da war es noch stretch. Und Jesse light gabs auch noch zur Auswahl. Da war ich nicht ganz Up to Date.
    Es gibt 10 Sorten von Menschen: Die einen können binär zählen, die anderen
    nicht.

  2. #12
    ces
    Gast
    Irgendwann mal am Router den MAC-Filter eingeschaltet und "alle" (incl. RT5370 USB-Ralink Wireless Adapter) zu dem Zeitpunkt vorhandenen MAC-Adressen eingetragen?
    Alle neu hinzu gekommene Geräte werden geblockt.

    Edit: WIFI Country in der raspi-config hab ich bei mir nicht eingestellt und auch das Firmware Update für USB nicht aufgespielt
    .
    Geändert von ces (13.08.2019 um 11:59 Uhr)

  3. #13
    Erfahrener Benutzer Roboter-Spezialist
    Registriert seit
    18.01.2012
    Beiträge
    484
    Hallo,
    danke für den Hinweis.
    Leider habe ich über den Router keine Befehlsgewalt.
    Ich werde der Sache mal nachgehen

  4. #14
    ces
    Gast
    Man könnte es mit einem Smartphone das nicht eingetragen sein dürfte testen.


    rfkill: Drahlose Schnittstellen abfragen, ein- und ausschalten https://www.pcwelt.de/ratgeber/Die_1...o-9040936.html



    pi@raspberrypi4:~ $ rfkill list
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
    pi@raspberrypi4:~ $ man rfkill
    RFKILL( System Administration RFKILL(

    NAME
    rfkill - tool for enabling and disabling wireless devices

    SYNOPSIS
    rfkill [options] [command] [id|type ...]

    DESCRIPTION
    rfkill lists, enabling and disabling wireless devices.

    The command "list" output format is deprecated and maintained for back‐
    ward compatibility only. The new output format is the default when no
    command is specified or when the option --output is used.

    The default output is subject to change. So whenever possible, you
    should avoid using default outputs in your scripts. Always explicitly
    define expected columns by using the --output option together with a
    columns list in environments where a stable output is required.

    OPTIONS
    -J, --json
    Use JSON output format.

    -n, --noheadings
    Do not print a header line.

    -o, --output
    Specify which output columns to print. Use --help to get a list
    of available columns.

    --output-all
    Output all available columns.

    -r, --raw
    Use the raw output format.

    --help Display help text and exit.

    --version
    Display version information and exit.

    COMMANDS
    help Display help text and exit.

    event Listen for rfkill events and display them on stdout.

    list [id|type ...]
    List the current state of all available devices. The command
    output format is deprecated, see the section DESCRIPTION. It is
    a good idea to check with list command id or type scope is ap‐
    propriate before setting block or unblock. Special all type
    string will match everything. Use of multiple id or type argu‐
    ments is supported.

    block id|type [...]
    Disable the corresponding device.

    unblock id|type [...]
    Enable the corresponding device. If the device is hard-blocked,
    for example via a hardware switch, it will remain unavailable
    though it is now soft-unblocked.

    EXAMPLES
    rfkill --output ID,TYPE
    rfkill block all
    rfkill unblock wlan
    rfkill block bluetooth uwb wimax wwan gps fm nfc

    AUTHORS
    rfkill was originally written by Johannes Berg ⟨johannes@sipsolutions.
    net⟩ and Marcel Holtmann ⟨marcel@holtmann.org⟩. The code has been
    later modified by Sami Kerola ⟨kerolasa@iki.fi⟩ and Karel Zak ⟨kzak@
    redhat.com⟩ for util-linux project.

    This manual page was written by Darren Salt ⟨linux@youmustbejoking.
    demon.co.uk⟩, for the Debian project (and may be used by others).

    SEE ALSO
    powertop(, systemd-rfkill(, Linux kernel documentation ⟨https://
    git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/
    Documentation/rfkill.txt⟩

    AVAILABILITY
    The rfkill command is part of the util-linux package and is available
    from Linux Kernel Archive ⟨https://www.kernel.org/pub/linux/utils
    /util-linux/⟩.

    util-linux 2017-07-06 RFKILL(
    Geändert von ces (13.08.2019 um 13:49 Uhr)

  5. #15
    Erfahrener Benutzer Roboter-Spezialist
    Registriert seit
    18.01.2012
    Beiträge
    484
    Nun,
    der Übeltäter ist entlarvt.
    Der Router blockierte den Pi-Wlan-Chip.
    Den Router gewechselt, jetzt geht auch der Empfang am Pi3B+.
    Keine Ahnung was verstellt wurde?

  6. #16
    ces
    Gast
    Mein Kabelmodem (mit Absicht ohne Wlan) sowie mein Internetanbieter sind auf IPv6 umgestellt. Damit ich weiterhin IPv4 im Wlan und LAN verwenden kann und verhindern möchte das IPv6 Adressen vergeben werden, hab ich meinen eigenen Wlan Router an das Kabelmodem angeschlossen und alles auf IPv4 gestellt. Es werden keine IPv6 Adressen vergeben.

Seite 2 von 2 ErsteErste 12

Ähnliche Themen

  1. Raspberry Pi4B 4GB RAM auf Zuteilung
    Von ARetobor im Forum Offtopic und Community Tratsch
    Antworten: 4
    Letzter Beitrag: 01.08.2019, 11:53
  2. Zwei neue Bücher zum ESP8266, dem beliebten WLAN-Chip
    Von Roboternetz-News im Forum Neuigkeiten / Technik-News / Nachrichten / Aktuelles
    Antworten: 1
    Letzter Beitrag: 03.12.2016, 15:43
  3. Raspberry Pi 3: Bastlers Liebling endlich mit WLAN
    Von Roboternetz-News im Forum Neuigkeiten / Technik-News / Nachrichten / Aktuelles
    Antworten: 2
    Letzter Beitrag: 28.02.2016, 09:07
  4. Raspberry pi Roboter - WLAN
    Von Probot cool im Forum Microcontroller allgemeine Fragen/Andere Microcontroller
    Antworten: 2
    Letzter Beitrag: 15.08.2014, 17:43
  5. WLAN Chip RN-XV Kommunikation mit Mikrocontroller
    Von jcrypter im Forum Elektronik
    Antworten: 1
    Letzter Beitrag: 12.12.2012, 19:30

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  

LiFePO4 Speicher Test