Custom event handler

Hello, first of all congrats for this fine piece of software!

I am using an GL-AR300M16 with CloudHub fw, connected to a "dumb" hub with some ilok licences. I bought a DUB-H7 but got rev F1, not working.

But I can power cycle the router port just fine using "power_cycle_port" custom event on the client, and all iloks on the hub will get reset.

However, the custom event command will not persist in the command box if I restart the client (on windows 10). Is this by design? Can I make it permanent?

I would very much want to make it on demand, if possible.

And another question about the licence (that I just bought): 

If I would install OpenWRT on the same router and run the server from that install, will my license code work with that install?

Thank you!

#2

Actually i think i see the issue. The reason is the hub you are using does NOT support PPPS so you are right clicking on the hub in the client and selecting power_cycle_port however this will power-cycle the actual port in the gl-ar300m16 not the individual hub ports.


If your hub correctly supported PPPS then the individual iLoks would automatically power cycle without you having to do anything.

 

 

#4

You need to get a new hub which supports per-port-power-switching then it will be automatic. Otherwise you need to use the power_cycle_port manually like you are doing

#5

Yep, I know. Didn't find any available around here, looking at uhubctl list, and MEGA4 seems to fragile without a case. I hope you will get to sell your hub some time.

I was wondering why the command does not persist in the text box so I don't have to always paste it.

Anyway, I managed to write a small script that that does the power cycling, I can call trough ssh.

#!/bin/sh
echo "hub power off.."
echo 0 > /sys/class/gpio/usb_power/value
sleep 2
echo "hub power on.."
echo 1 > /sys/class/gpio/usb_power/value
sleep 2
 

#6

Yes my hub is currently being manufactured right now. Im doing a run of 500. The VirtualHere hub will work with power cycling since i designed it that way from the start and it has a aluminium case.

 

 

#8

Hi Michael,

I would like to order and use your hub. Can it be powered externally?

I'm asking because I've had SURPRISE UNBIND events in the past and got them solved by using a powered USB hub.

#9

No it cant be powered externally, however you could use a USB "Y-Cable" and that should be ok

#10

Hi Michael,

We've ordered a couple of your USB hubs and I'd like to ask, what kind of power supply adapter would you recommend to power the adapter via the Y-cable in terms of voltage and amperage? We'll have 2-3 USB devices connected to each hub.

#12

Thank you for the cable suggestion, however I wanted to ask about the output power rating of the adapter to which you connect the Y-cable?

#13

How would i know that? I dont know what USB devices you are putting into your hub.  Just plug it into another usb port and see if its ok.

#14

Well the standard maximum per-port power output is as follows:

  • USB 2.0: 5V at 500 mA (2.5 W)
  • USB 3.0: 5V at 900 mA (4.5 W)

So if we connect 2x USB 2.0 devices, the power adapter should have an output of at least 1.0 A. Am I thinking in the right direction?

#15

Ah but you are assuming vendors follow the standard which is not true. You can pull more current through a port than that. Just try it first and see.

 

#16

Okay, I will try and see. Is there a maximum current that your custom USB hub can handle, i.e. if there are 4 power-hungry HDDs attached?

#17

3Amp