Woobm issues

Hello,

I just bought a Woobm and I tested it with every Mikrotik device that was close:

  • 3x hAP ac lite - worked OK
  • CRS109-8G-1S-2HND-IN - worked OK
  • mAP 2nD - not working
  • hEX RB750Gr3 - not working

For the last 2 devices, in the terminal tab shows the “Connection successful!” message but the terminal has the default “WoobmUSB terminal. Focus on the webpage and input commands.”
The USB activity (red) LED blinks on every key that I press, but nothing changes in the terminal window. I get the same behavior when I telnet into the Woobm.

Is there something that I am missing? I was expecting the device to be plug’n’play.

The firmware version on Woobm is 1.0. On the wiki page (https://wiki.mikrotik.com/wiki/Manual:Woobm) I saw version 1.1 in the screenshots. Where can I find the latest firmware version?

Thank you!

I have an different error but it looks like that i have to install a firmware…

I can connect to WOOBM but get only the firmware update page …

After upgrading RouterOS to 6.41.2 on both mAP 2nD and hEX, the serial console started working on those devices, too.

My other question is still standing… is there a firmware update for the Woobm? On the wiki page I saw version 1.1 in the screenshots.

Thank you!

Same question here: How to upgrade?
I just bought WOOBM with firmware 1.0 but Wiki shows firmware ver. 1.1.
I noticed same problem as nmglabs: "WoobmUSB terminal. Focus on the webpage and input commands.
Additionaly neighbor list is empty, but clicking ‘Terminal’ make connection to my hAP AC.
Does exist firmware upgrade for WOOBM?

Regards,

Wiki shows 1.1, but that is an internal testing number. Actually the software is identical to the factory installed one. Currently there is no near-term plan for a new software release. If you find a bug, please report it to support@mikrotik.com and we might make a new version.

Hi,
I have :
/system resource> print
uptime: 43m47s
version: 6.40.7 (bugfix)
build-time: Mar/29/2018 13:29:30
free-memory: 102.3MiB
total-memory: 128.0MiB
cpu: MIPS 74Kc V4.12
cpu-count: 1
cpu-frequency: 600MHz
cpu-load: 4%
free-hdd-space: 110.0MiB
total-hdd-space: 128.0MiB
write-sect-since-reboot: 210
write-sect-total: 122233
bad-blocks: 0%
architecture-name: mipsbe
board-name: RB2011UiAS-2HnD
platform: MikroTik

not working
/port> print detail
Flags: I - inactive
0 name="serial0" used-by="Serial Console" device="" channels=1 baud-rate=auto data-bits=8 parity=none stop-bits=1 flow-control=none

1 name="usb2" used-by="" device="1:2" channels=1 baud-rate=115200 data-bits=8 parity=none stop-bits=1 flow-control=none

=======================
Work fine on : board-name: RB951Ui-2HnD with version: 6.40.7 (bugfix)

I'm pushed to use Bugfix only. I need to wait till 6.41 going on "stable", or there are some other decision.

Regards Tanyo .

Hi,
One good man help me with this issue. So mikrotik 2011UiAS-2HnD already have console port :

/system console> print detail
Flags: X - disabled, U - used, F - free
0 F port=serial0 channel=0 term=“vt102”

…and We just need to add USB port to “Virtual Terminal” :
/system console
add disabled=no port=usb2

…And result :
/system console> print detail
Flags: X - disabled, U - used, F - free
0 F port=serial0 channel=0 term=“vt102”

1 F port=usb2 channel=0 term=“vt102”

TY good friend. Work Fine.