AP mode has a webUI this time. I wonder what I did wrong before. We also have fewer error messages. Getting closer.
interface wl1.1 does not exist!
interface wl1.2 does not exist!
interface wl0.0 does not exist!
interface wl1.0 does not exist!
Poking around, ifconfig looks like it uses eth devices as normal wifi channels.
br0 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
8
inet addr:10.0.1.5 Bcast:10.0.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:11018 errors:0 dropped:0 overruns:0 frame:0
TX packets:11713 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:981735 (958.7 KiB) TX bytes:9347556 (8.9 MiB)
eth0 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
8
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11059 errors:0 dropped:0 overruns:0 frame:0
TX packets:11788 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1227642 (1.1 MiB) TX bytes:9461707 (9.0 MiB)
Interrupt:181 Base address:0x6000
eth1 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
8
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:928 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:136205 (133.0 KiB)
eth2 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
C
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:826 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:119873 (117.0 KiB)
fwd0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:853 errors:0 dropped:0 overruns:0 frame:0
TX packets:262 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:41078 (40.1 KiB)
Interrupt:179 Base address:0x4000
fwd1 Link encap:Ethernet HWaddr 00:00:00:00:00:00
UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:808 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:180 Base address:0x5000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
RX packets:8440 errors:0 dropped:0 overruns:0 frame:0
TX packets:8440 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1788930 (1.7 MiB) TX bytes:1788930 (1.7 MiB)
lo:0 Link encap:Local Loopback
inet addr:127.0.1.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
vlan1 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
8
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:11059 errors:0 dropped:0 overruns:0 frame:0
TX packets:11788 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1028580 (1004.4 KiB) TX bytes:9410337 (8.9 MiB)
wl0.1 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
9
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:751 errors:0 dropped:55 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:100179 (97.8 KiB)
wl0.2 Link encap:Ethernet HWaddr 70:4D:7B:E4:A0
A
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:751 errors:0 dropped:55 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:100179 (97.8 KiB)
It looks like eth1 and eth2 are virtual ports 5 and 7 and connect to the wifi radios. if I replace wl0.0 and wl1.0 with those eth1 and eth2 interfaces, I can see the changes show up in robocfg, but I cannot pull an IP address though any of those interfaces