Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tested on Stretch and RasPi 3B+? #202

Closed
glynhudson opened this issue Jun 26, 2018 · 8 comments
Closed

Tested on Stretch and RasPi 3B+? #202

glynhudson opened this issue Jun 26, 2018 · 8 comments

Comments

@glynhudson
Copy link

Has anyone been able to successfully run this on a RasPi 3B+ running Stretch?

@BI7PRK
Copy link

BI7PRK commented Jul 9, 2018

yes, i can run on pi3b+ kali OS. but it can't authenticate. I have tried all the encryptions.

@glynhudson
Copy link
Author

What do you mean by can't authenticate? I've just tried running on RasPi 3B+ (default Raspbian Stretch). It seems to startup ok, however, hotspot doesnt seem to work and it doesn't seem to be able to scan for client networks. Anyone else tried using this with Stretch? Any additional steps required?

@ginodouglas
Copy link

I had the same problem with pi3b+ and Stretch, putting the SD card in a pi3b it worked fine.

@billz
Copy link
Member

billz commented Sep 7, 2018

Did you set up everything in raspi-config? The WiFi country setting is important.

Per the Raspbian release notes, WiFi is disabled until the wireless regulatory domain is set (Pi 3 B+ only). There is no default value. The quick installer doesn't handle this step for you.

Be sure to shutdown and boot (not reboot) your Pi after changing this setting.

If you have trouble getting the hostapd service to start, add the following to /etc/rc.local just before exit 0:

service hostapd stop
sleep 5
service hostapd start

@1ubuntuuser
Copy link

1ubuntuuser commented Nov 12, 2018

I have the same issue on a clean install of ubuntu 18.04 on arm.

Attempting to start hotspotx
HostAPD is not running

Here is the output of systemctl status hostapd

● hostapd.service - LSB: Advanced IEEE 802.11 management daemon
   Loaded: loaded (/etc/init.d/hostapd; generated)
   Active: active (exited) since Mon 2018-11-12 03:42:44 UTC; 10min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1395 ExecStop=/etc/init.d/hostapd stop (code=exited, status=0/SUCCESS)
  Process: 1416 ExecStart=/etc/init.d/hostapd start (code=exited, status=0/SUCCESS)

Nov 12 03:42:44 nanopiair systemd[1]: Starting LSB: Advanced IEEE 802.11 management daemon...
Nov 12 03:42:44 nanopiair systemd[1]: Started LSB: Advanced IEEE 802.11 management daemon.

Has there been any progress on this issue?

@1ubuntuuser
Copy link

This might be the case as ubuntu doesn’t use a wpa_supplicant.conf file. On ubuntu, wpa_supplicant it is managed dynamically somehow.

@billz
Copy link
Member

billz commented Nov 12, 2018

On ubuntu, wpa_supplicant it is managed dynamically somehow.

For better or worse, Ubuntu 18.04 now uses netplan to configure networking. As RaspAP is designed for Raspbian, this setup is not supported.

@billz
Copy link
Member

billz commented Mar 4, 2019

Please refer to https://github.com/billz/raspap-webgui/issues/287#issuecomment-469083944

Closing this issue. Reopen if needed, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants