Hi,
I am trying to create a wifi hotspot on my RPI2 with LibreELEC, however I cannot find an add-on which has the hostapd binary. Can someone assis?
Hi,
I am trying to create a wifi hotspot on my RPI2 with LibreELEC, however I cannot find an add-on which has the hostapd binary. Can someone assis?
All you have to do is enable the "tethered hotspot" feature in LE settings add-on. No need for hostapd to be present. The native feature requires wireless drivers that support AP modes (most, but not all, do) and it is very simple, not a substitute for spending on a proper router.
What you are saying is correct, but that feature uses connmanctl tethering feature, which unfortunately does not allow advanced configuration such as which wifi Band(s) and channels to use (according to docs i found). Hence the need for the more complicated setup with hostapd.
Enabling this feature gives me a generic hotspot, but no internet access (from wired connection to the pi). Is there a way to do this out of the box?
Or, OP did you manage to configure this? (so it would appear, not forwarding between interfaces is my guess)
thanks for any suggestions, this will be a fantastic addition to my wired pi's.
[hr]
Just noting that I stumbled on a fix, and indeed, it is forwarding that is the problem.
kjosza explains here: thread-2236-post-43827.html#pid43827
echo 1 > /proc/sys/net/ipv4/ip_forward will temporarily fix it.
Yes the sysctl method actually does seem to persist, so that should be the method I think.
Thanks, this should be fixed in LE 8.0.2.
The wireless problems mostly have to do with the Broadcom wireless chipset on the RPi. On mobile now, but you can go to the official RPi forums and read all about that if you want.
The wireless problems mostly have to do with the Broadcom wireless chipset on the RPi. On mobile now, but you can go to the official RPi forums and read all about that if you want.
I'm aware of some issues which will hopefully be fixed soon when they will be added to LibreELEC. This particular issue is actually a connman 1.32 problem which we will take upstream. As a temporary fix we may use sysctl until there is a complete fix in connman.