So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Garitski
#79226 Hi, my wifi card doesn't want to connect itself on the esp8266. Despite the good password, it doesn't work. A friend with the same psk succeed.

An idea ?

to help you, i have this :

Code: Select allifconfig

wlp16s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.10.130  netmask 255.255.255.0  broadcast 192.168.10.255
        inet6 fe80::21f:3bff:fe58:c959  prefixlen 64  scopeid 0x20<link>
        ether 00:1f:3b:58:c9:59  txqueuelen 1000  (Ethernet)
        RX packets 29981  bytes 22838793 (21.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 28764  bytes 4824620 (4.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Code: Select alliwlist wlp16s0

wlp16s0   Scan completed :
Cell 02 - Address: 82:7D:3A:69:1F:AB
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=66/70  Signal level=-44 dBm 
                    Encryption key:on
                    ESSID:"MicroPython-691fab"
                    Bit Rates:5.5 Mb/s; 11 Mb/s; 1 Mb/s; 2 Mb/s; 6 Mb/s
                              12 Mb/s; 24 Mb/s; 48 Mb/s
                    Bit Rates:54 Mb/s; 9 Mb/s; 18 Mb/s; 36 Mb/s
                    Mode:Master
                    Extra:tsf=0000000e72e62769
                    Extra: Last beacon: 3884ms ago
                    IE: Unknown: 00124D6963726F507974686F6E2D363931666162
                    IE: Unknown: 01088B9682840C183060
                    IE: Unknown: 030101
                    IE: Unknown: 32046C122448
                    IE: Unknown: DD0918FE34030100000000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK

Code: Select allnano /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback