Wlan wird nicht erkannt

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hallo zusammen.

    Ich habe mir die neueste Version von Raspbian Jessie with Pixel runtergeladen. Jetzt wollte ich den PI headless konfigurieren. Ifconfig gibt folgendes aus:


    iwlist scan

    Code
    pi@raspberrypi:~ $ sudo iwlist scan
    lo        Interface doesn't support scanning.
    
    
    eth0      Interface doesn't support scanning.


    Code
    pi@raspberrypi:~ $ ls -la /etc/wpa_supplicant
    total 52
    drwxr-xr-x   2 root root  4096 Feb 16 17:23 .
    drwxr-xr-x 111 root root  4096 Feb 16 18:41 ..
    -rwxr-xr-x   1 root root   937 Sep 17 18:57 action_wpa.sh
    -rwxr-xr-x   1 root root 25892 Sep 17 18:57 functions.sh
    -rwxr-xr-x   1 root root  4696 Sep 17 18:57 ifupdown.sh
    -rw-------   1 root root    83 Feb 16 17:23 wpa_supplicant.conf
    Code
    pi@raspberrypi:~ $ cat /etc/wpa_supplicant/wpa_supplicant.conf
    cat: /etc/wpa_supplicant/wpa_supplicant.conf: Permission denied
    pi@raspberrypi:~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
    country=GB
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1

    Kann das sein, dass der Wlan Chip defekt ist? Hatte vorher raspian lite aus 2016 drauf. Hatte zwar erst Probleme Wlan einzurichten. (Wlan Verbindung einrichten) Letztendlich klappte es aber doch.
    Würde mich über erneute Hilfe freuen.

    MfG,
    Suwo

  • Hallo.
    Ich habe die Datei geändert.
    wpa_supplicant.conf

    Code
    country=DE
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    network={
       ssid="xxxx"
       psk="xxxxxxxxxxxxxxxxxxx"
    }

    Müssen ssid und psk mit oder ohne Anführungszeichen stehen?

    Code
    pi@raspberrypi:~ $ iwlist scan 
    lo        Interface doesn't support scanning.
    
    
    eth0      Interface doesn't support scanning.


    iwlistscan zeigt immer noch nicht mehr an.
    Habe ich noch etwas vergessen?

    MfG,
    Suwo

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!