Hey there, I’m working on setting up a hotspot. I installed ROS and licensed it. Now I have a wireless card to put into system (the card was not in during installation of ROS )… Problem is
1.) does ROS automatically detect the new wireless card
2.) if not, what must I do?
I’m attempting this ( http://wiki.mikrotik.com/wiki/Hotspot_server_setup ) and plan on using the usermanager for well… managing the users…
and when I get to
Now one interface is configured and connected to WAN (with ip 192.168.1.5/24). Now we will configure second interface for our Local Network.
/ ip address add address=10.10.0.1/24 network=10.10.0.0 broadcast=10.10.0.255 interface=ether2
it says "input does not match any value of interface
Thank you for your help! I appreciate it.
:UPDATE:
Good news: I enabled the wlan1 (wireless card) via winbox…
bad news, I was messing around and disabled both “ether1” and “wlan1” via winbox and now cannot connect to the x86 ROS via winbox..
is there a commandline to re-enable ether1?
how embarrassing… 
Thank you for your help!
:UPDATE:
Alright, I’m figuring things out on my own, I was able to re-enable ether1 by
interface enable ether1
Great news! 
now… in the hotspot wiki…
they had “ether1” and ether2". I have “ether1” and “wlan1”.
so I replaced
/ ip address add address=10.10.0.1/24 network=10.10.0.0 broadcast=10.10.0.255 interface=ether2
with
/ ip address add address=10.10.0.1/24 network=10.10.0.0 broadcast=10.10.0.255 interface=wlan1
is that correct, or should I have replaced “ether1” with “wlan1”?
Thanks,