-
Notifications
You must be signed in to change notification settings - Fork 29
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
ffac-ssid-changer broken for some devices on OpenWrt23 #39
Comments
Do you think it would be sufficient to use |
I'm not sure whether that's a longterm fix It's an easy fix and unlike Gluon it looks like this script doesn't parse the filename (at a quick glance) so it might be worth a try. |
Following djfe's comment, I guess this script should also use netfid's |
So following the information from: we should also use Still we have the problem of #93 which I did not yet investigate. Further improvements to this are needed to proper handle wan radio #82 HostapdWhile it has also been discussed to find a proper way of changing the SSID. In the HostAP repo, there is a test to switch the SSID of a wifi: There is the python client which sends a cmd to a socket - basically something like this:
Yet I doubt this is helpful for us in any way. Way forwardAll in all I think it would be best to rewrite the ssid-changer.sh in lua once we have found a way to properly reload the config and change the SSID. |
error in logread
no hostapd-phy*, exiting with error code 2
https://github.com/freifunk-gluon/community-packages/blob/master/ffac-ssid-changer/shsrc/ssid-changer.sh#L13
The files in /var/run on the Ubiquiti UniFi 6 LR are called
hostapd-wl0.conf
hostapd-wl1.conf
now.
Let's see how upstream (Gluon) handles this change (phy's don't have to be called phy anymore) and then adapt the change to this package :)
freifunk-gluon/gluon#3020
The text was updated successfully, but these errors were encountered: