Pi3 Centos Wireless Issues - Raspberry Pi Forums


hi guys ,
first post here , im looking bit of (sorry) have tried quite few things , im tad lost @ stage.

installed centos 7 on pi3 (https://wiki.centos.org/specialinterest ... spberrypi3) - , , booted though no wlan0 interface on needed, worked around , did bit of searching , found if 3 files added bring wlan0 interface.

anyway, tried files , guides found on forums around place , killed centos each time tried got files directly latest version of raspbian , seemed work me
  • /boot/bcm2710-rpi-3-b.dtb
    /usr/lib/firmware/brcm/brcmfmac43430-stdio.bin
    /usr/lib/firmware/brcm/brcmfmac43430-stdio.txt
anyway , can see wlan0 interface , can see attempting connect wifi network have called 'test'
have 2 other pi3's running raspbian on , work ok , keep getting error on centos 1 when run following command
sudo wpa_supplicant -i wlan0 -dnl80211 -c /etc/wpa_supplicant/wpa_supplicant.conf
seems return
wlan0: wpa: 4-way handshake failed - pre-shared key may incorrect

code: select all

[root@centos-rpi3 ~]# sudo wpa_supplicant -i wlan0 -dnl80211 -c /etc/wpa_supplicant/wpa_supplicant.conf initialized wpa_supplicant wlan0: failed initiate ap scan wlan0: trying associate ssid 'test' wlan0: associated 10:6f:3f:26:b5:e1 wlan0: wpa: invalid eapol-key mic when using tptk - ignoring tptk wlan0: wpa: not verify eapol-key mic - dropping packet wlan0: wpa: invalid eapol-key mic when using tptk - ignoring tptk wlan0: wpa: not verify eapol-key mic - dropping packet wlan0: authentication 10:6f:3f:26:b5:e1 timed out. wlan0: ctrl-event-disconnected bssid=10:6f:3f:26:b5:e1 reason=3 locally_generated=1 wlan0: wpa: 4-way handshake failed - pre-shared key may incorrect wlan0: ctrl-event-ssid-temp-disabled id=0 ssid="test" auth_failures=1 duration=10 wlan0: ctrl-event-disconnected bssid=10:6f:3f:26:b5:e1 reason=3 locally_generated=1 wlan0: failed initiate ap scan wlan0: ctrl-event-ssid-reenabled id=0 ssid="test" wlan0: trying associate ssid 'test' wlan0: associated 10:6f:3f:26:b5:e1 wlan0: wpa: key negotiation completed 10:6f:3f:26:b5:e1 [ptk=ccmp gtk=tkip] wlan0: ctrl-event-connected - connection 10:6f:3f:26:b5:e1 completed [id=0 id_str=] wlan0: ctrl-event-disconnected bssid=10:6f:3f:26:b5:e1 reason=3 wlan0: trying associate ssid 'test' wlan0: associated 10:6f:3f:26:b5:e1 wlan0: ctrl-event-disconnected bssid=10:6f:3f:26:b5:e1 reason=3 wlan0: wpa: 4-way handshake failed - pre-shared key may incorrect wlan0: ctrl-event-ssid-temp-disabled id=0 ssid="test" auth_failures=1 duration=10 wlan0: failed initiate sched scan 

/etc/wpa_supplicant/wpa_supplicant.conf pretty basic , kept wpa pass basic knew simple (the other pi's connect ok)

code: select all

# reading passphrase stdin network={         ssid="test"         psk="abcdef1234"         key_mgmt=wpa-psk }
did set /etc/sysconfig/network-scripts/ifcfg-wlan0 file didnt exist.

code: select all

device=wlan0 onboot=yes bootproto=none netmask=255.255.255.0 ipaddr=192.168.43.20 gateway=192.168.43.1 type=wireless

if has advice or suggestions great cant see else on side of things on forums anywhere.
if else testing got 3 files directly off latest raspbian image pm , can put them on webserver easier wget options.

i gave on wireless , went cable though im sure silly im missing !


raspberrypi



Comments