Pinchie / RaspiPass

RaspiPass - Homepass software for the Raspberry Pi 3
46 stars 5 forks source link

WiFi network not showing up? #22

Open wblondel opened 7 years ago

wblondel commented 7 years ago

Hi everyone,

Here is what is in my /var/raspipass/hostapd.log after I start the access point:

Friday 19 May 05:30:01 AEST 2017
Starting RaspiPass...
Checking for probability setting...
Running random check with 100% chance...
Random check passed - bringing up AP.
Closing any existing hostapd processes...
hostapd successfully terminated.
Using SSID attwifi and MAC address 00:0D:67:1A:46:E7
Changing MAC address...
Bringing up access point...

hostapd output may follow below.
1495135758.377124: Configuration file: /var/raspipass/hostapd.conf
1495135758.378631: Failed to create interface mon.wlan0: -95 (Operation not supported)
1495135758.387904: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
1495135758.388414: wlan0: Could not connect to kernel driver
1495135758.390176: Using interface wlan0 with hwaddr 04:c5:a4:8d:14:18 and ssid "attwifi"
1495135758.572541: wlan0: interface state COUNTRY_UPDATE->ENABLED
1495135758.572574: wlan0: AP-ENABLED 
1495135778.996029: 1495135778.996039: wlan0: STA a4:c0:e1:9e:6d:16 IEEE 802.11: associated
1495135778.996700: wlan0: AP-STA-CONNECTED a4:c0:e1:9e:6d:16
1495135778.996733: 1495135778.996738: wlan0: STA a4:c0:e1:9e:6d:16 RADIUS: starting accounting session 591DF60E-00000000
1495135801.981461: wlan0: AP-STA-DISCONNECTED a4:c0:e1:9e:6d:16

As a result the access point is not showing up.

I'm using a Raspberry Pi 3.

What should I do ?

Thanks

jotebe commented 6 years ago

I've also had this issue.