-
Notifications
You must be signed in to change notification settings - Fork 27
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
Hotspot did not start #32
Comments
Same Problem here |
I really want to assist here, but I could not yet find the time to do it... Hopefully soon... If you would like to give some try, let me know, and maybe I can assist. |
I've had what I think is the same issue, and it appears to be that HAOS starts with the wifi stack disabled by default - i.e. rfkill blocked. To unblock it permanently, you need to connect to the HA server 'root' console (i.e physical keyboard and screen, NOT through SSH & Terminal Addon which is 'inside' the HAOS container). then do the following:
(This updates the NetworkManager config which is passed into the HAOS container when it starts). You should now be able to restart the server and restart hassio-hotspot and the wifi card should start correctly - i.e. something like:
If this works for others let us know here, and I can make a PR putting this into the README or similar for others hitting the same issue. |
Hello!
I tried to install Hassio Hotspot on
Following errors are display in the protocol:
Starting...
Set nmcli managed no
Warning: nmcli (1.46.2) and NetworkManager (1.44.2) versions don't match. Restarting NetworkManager is advised.
Network interface set to wlan0
Deleting iptables
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: Bad rule (does a matching rule exist in that chain?).
Setup hostapd ...
Setup interface ...
Resseting interfaces
ifdown: interface wlan0 not configured
Setup udhcpd ...
Starting DHCP server...
udhcpd: started, v1.36.1
udhcpd: can't open '/var/lib/udhcpd/udhcpd.leases': No such file or directory
Starting HostAP daemon ...
Interface stats:
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.2.1 netmask 255.255.255.0 broadcast 192.168.2.254
ether dc:a6:32:2d:2d:2d txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 23 bytes 3257 (3.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Failed to set beacon parameters
wlan0: Could not connect to kernel driver
Interface initialization failed
wlan0: interface state UNINITIALIZED->DISABLED
wlan0: AP-DISABLED
wlan0: Unable to setup interface.
wlan0: interface state DISABLED->DISABLED
wlan0: AP-DISABLED
wlan0: CTRL-EVENT-TERMINATING
hostapd_free_hapd_data: Interface wlan0 wasn't started
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
what is wrong?
BG
Ny
The text was updated successfully, but these errors were encountered: