-
Notifications
You must be signed in to change notification settings - Fork 402
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
🚀 | Create HotSpot if no network connection is available #956
Comments
Hi @RalfAlbers |
In the |
during my testings with the last develop-branch I had issues with the wlan connectivity after configure a connection via WebUI.
In the logs I can not find anything why the connection with wpa_passphrase fails. |
@RalfAlbers , |
I got a Phonie with Accesspoint on it. Works like a charm. But it has no killswitch. Not sure when I'll have time to look into it, but I can propably reverse and transfer the killswitch to "no wifi, then activate hotspot". Yet I'm not sure if it wasn't more clever just to keep the hotspot running 24/7 when Wi-Fi runs, and bridge the connection from wlan0 <> wlan1. Like that you could eighter connect through a Wi-Fi-Router or directly into the Pi-Wi-Fi. Unfortunatly not all PI's can do that (AFAIK). Most will need a second Wi-Fi-Dongle.
/etc/dhcpcd.conf You might want to strike out sensible data. I could imagine, several settings are overridden several times due higher priorized services. Propably the killswitch forgets some points to change or got denyed - like when changing resolv.conf manually. Best regards |
@Groovylein & @Piehti I've attached the requested files. In the autohotspot.txt |
Sry for keep ya waiting mate. I really wish I had morr time for this Praject. Well exams arr through next week. Then ill be right back. |
@RalfAlbers , See pull req.: What you can do and retry: |
Hey folks! I also tried to install the HotSpot function but I tried to resolve this by:
but it's still not working. Any ideas? I am working on a Raspberry Pi Zero W. |
Good morning @Erechtheus, That's interesting. I've done the implementation months ago but I can not imagine having this problem. What does the status of the service say? |
Dear @Groovylein thanks for answering so quickly. Attached you can find some outputs:
|
Hey,
Looks like the country code is not valid, but I am not sure. Did you change anything in this config file? |
Would be great to have in addition a captive portal which opens after Wifi join directly the phoniebox page. Would be pretty user-friendly. Cheers! QR Code Scan --> wifi join --> captive portal splash with forward to phoniebox page. |
@Groovylein good call! First, indeed the country code was false (i.e., empty). I assume the reason is that I did not configure the WIFI in the Jukebox, but rather used the WIFI configuration of the operating system? So during installation I did not configure my WIFI. Second, no I did not modify the config file. |
@Erechtheus, Does the script now works? If not can you provide once again information from the journal? Cheers |
Dear @Groovylein ! |
Closing as this feature was implemented a long time ago. |
Feature Description
What functionality would you like to see in your Phoniebox?
If you are on a trip with your box an no known SSID is available, by now you have to open the box an connect with monitor an keyboard to the box. If an HotSpot is created by the Box you can easily configure the new WLAN-Connection with your Smartphone.
Further information that might help
I found a project ( https://www.raspberryconnect.com/projects/65-raspberrypi-hotspot-accesspoints/157-raspberry-pi-auto-wifi-hotspot-switch-internet ) that is providing such a function. Maybe this can help.
The text was updated successfully, but these errors were encountered: