Could not initialize uap0 interface on system boot February 18, 2015 05:47PM |
iw phy phy0 interface add uap0 type __apit is working like a charm
root@overo:/etc/rc3.d$ ls S01networking S15mountnfs.sh S20hostapd S60oadatalogger S99rmnologin.sh
root@overo:/etc/rc3.d$ cat S20hostapd ... case "$1" in start) echo -n "Configuring missing interfaces... " iw dev mlan0 interface add uap0 type __ap ifup uap0 up hostapd -B /etc/hostapd.conf dhcpd uap0 echo "done." ;; ...
root@overo:~$ /etc/init.d/hostapd starteverythings works fine.
Re: Could not initialize uap0 interface on system boot July 06, 2016 09:50AM |
Re: Could not initialize uap0 interface on system boot June 23, 2018 04:24AM |