Hi @hnyman,
thanks for the quick reply.
Here we go:
/etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option htmode 'HT20'
option country 'DE'
option channel '5'
config wifi-iface
option device 'radio0'
option mode 'ap'
option ssid 'firewall'
option network 'lan'
option encryption 'psk2+ccmp'
option key 'mein passwort'
dmesg (Hmm, no radio in there at all ... only the ethernets)
[ 5.643837] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Aug 29 2016 20:48:16 version 7.45.41.26 (r640327) FWID 01-4527cfab
[ 5.686220] usbcore: registered new interface driver brcmfmac
[ 5.696847] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 5.725103] r8152 1-1.3:1.0 eth1: v1.08.7
[ 5.781287] usb 1-1.5: reset high-speed USB device number 5 using dwc_otg
[ 5.964445] r8152 1-1.5:1.0 eth2: v1.08.7
[ 7.283638] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 7.296449] br-lan: port 1(eth0) entered blocking state
[ 7.304487] br-lan: port 1(eth0) entered disabled state
[ 7.312771] device eth0 entered promiscuous mode
[ 7.321955] br-lan: port 1(eth0) entered blocking state
[ 7.329719] br-lan: port 1(eth0) entered forwarding state
[ 7.396757] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 7.466601] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 7.502299] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 8.760858] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 16.984221] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[ 490.021397] br-lan: port 1(eth0) entered disabled state
[ 490.036075] device eth0 left promiscuous mode
[ 490.043207] br-lan: port 1(eth0) entered disabled state
[ 490.052670] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 490.066826] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 492.123625] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 492.135951] br-lan: port 1(eth0) entered blocking state
[ 492.143729] br-lan: port 1(eth0) entered disabled state
[ 492.151885] device eth0 entered promiscuous mode
[ 492.160940] br-lan: port 1(eth0) entered blocking state
[ 492.168584] br-lan: port 1(eth0) entered forwarding state
[ 492.237040] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 492.247652] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[ 492.307379] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 492.318042] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 493.620940] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 1701.788413] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2626.782884] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 2626.793959] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
logread on wifi up
Thu Apr 6 11:02:29 2017 daemon.notice netifd: radio0 (15642): command failed: No error information (-524)
Thu Apr 6 11:02:29 2017 daemon.notice netifd: radio0 (15656): command failed: No error information (-524)
Thu Apr 6 11:02:29 2017 daemon.notice netifd: radio0 (15656): command failed: Not supported (-95)
Thu Apr 6 11:02:29 2017 daemon.notice netifd: radio0 (15656): command failed: I/O error (-5)
Thu Apr 6 11:02:29 2017 daemon.notice netifd: radio0 (15656): command failed: Too many open files in system (-23)
Thu Apr 6 11:02:30 2017 daemon.notice netifd: radio0 (15656): command failed: Too many open files in system (-23)
Thu Apr 6 11:02:30 2017 daemon.notice netifd: radio0 (15656): Device setup failed: INTERFACE_CREATION_FAILED
Thu Apr 6 11:02:30 2017 daemon.notice netifd: radio0 (15656): WARNING: Variable 'interfaces' does not exist or is not an array/object
And yes, I have seen that last error message, but a key / option labelled "interfaces" is nowhere documented (at least not where I was looking)
8^(
Please point me to my stupid mistake.
Thanks! -T