I just checked a RB411UAH here on my desk and there is no power supplied on the USB port. Not sure if you have a newer version than mine or possibly just mistaken.RB411U, RB750U and RB433 do supply power to their USB ports
In addition, customer has to purchase an additional 5VDC power supply.the mentioned boards that don't supplu USB power need this adapter: http://www.routerboard.com/index.php?showProduct=99
In addition, customer has to purchase an additional 5VDC power supply.the mentioned boards that don't supplu USB power need this adapter: http://www.routerboard.com/index.php?showProduct=99
didn't I explain it in this same topic? like was said above, this information has been always available in our datasheets.he could explain that there is no 5v power supply on the RB493G so to support USB power
traducción del español al inglésI had some time to play with my 3.3VDC idea and it worked! A simple jumper from the 3.3VDC pin to the USB pin was all it took to get the RB493G to recognize the APC UPS. So, it looks like all our RB493G routers will be getting this modification in order for our APC UPS monitoring script to work.
Do we know if MikroTik will make this mistake again on future boards? Will the RB2100 have a USB port with 5VDC or not?
Best,
Brad
Great to hear! Thank you Mikrotik for constant product improvement.all future products will have powered USB ports.
Really good information to know! The simple RB493G modification we've been performing to monitor UPS status has worked flawlessly, but very happy to hear all future RouterBoards will have powered USB ports!all future products will have powered USB ports.
Let me know please the type of HUB, recently I tried connect some USH hub and Flash together with APC and it didn't work (even separately). This was USB hub type like thisNever mind. I tried it with the powered USB hub and then it worked. I guess that's my solution.
[admin@MikroTik] > /system resource usb print
Columns: DEVICE, VENDOR, NAME, SPEED
# DEVICE VENDOR NAME SPEED
0 1-0 Linux 5.6.3 ehci_hcd RB400 EHCI 480
1 1-1 American Power Conversion Smart-UPS 750 FW:651.12.I USB FW:4.2 1.5
[admin@MikroTik] > /port print
Columns: NAME, CHANNELS, USED-BY, BAUD-RATE
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console 2400
[admin@MikroTik] > /system ups add port=serial0 # if I press [Tab], only serial0 is suggested
[admin@MikroTik] > /system ups add port=usb0
input does not match any value of port
[admin@MikroTik] > /system ups add port=usb1
input does not match any value of port
[admin@MikroTik] > /system ups add port=usb2
input does not match any value of port
[admin@MikroTik] > /system ups add port=usb1-1
input does not match any value of port
RouterOS 7.1.2, ups package installed.
[admin@MikroTik] > /system resource usb print
Columns: DEVICE, VENDOR, NAME, SPEED
# DEVICE VENDOR NAME SPEED
0 1-0 Linux 5.6.3 ehci_hcd RB400 EHCI 480
1 1-1 American Power Conversion Smart-UPS 750 FW:651.12.I USB FW:4.2 1.5
[admin@MikroTik] > /port print
Columns: NAME, CHANNELS, USED-BY, BAUD-RATE
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console 2400
[admin@MikroTik] > /system ups add port=serial0 # if I press [Tab], only serial0 is suggested
[admin@MikroTik] > /system ups add port=usb0
input does not match any value of port
[admin@MikroTik] > /system ups add port=usb1
input does not match any value of port
[admin@MikroTik] > /system ups add port=usb2
input does not match any value of port
[admin@MikroTik] > /system ups add port=usb1-1
input does not match any value of port
Is there something I missed to configure?