Linux Console Mode, HELP with passing arguments: Unexpected Perameter

I running the VH client on Ubuntu 16.04 (an embedded system) . When I try to manually add a hub: sudo ./vhclientarm64 -t manual hub add,10.236.224.94 I receive an unexpected parameter error. The error does not recognize the 'hub' argument.

Any help with the above issue or with running the linux gui will be greatly appreciated?

Thanks

#2

When using the -t argument you dont need to use sudo. You only need to use sudo when initially starting the client and using the -n argument.

Regarding the arguments, and you need to use quotes like this because there are multiple words

./vhclientarm64 -t "manual hub add,10.236.224.94"

#3

Michael

Thanks! Everything seem to be working properly with VH, but my camera (FLIR Machine Vision Blackfly USB3.0) application is not detecting the USB interface. Any ideas? Is there a test tool for usb devices or virturalHere?

Thanks again for your help.

#4

when you use it via virtualhere, can you look in /var/log/syslog and see if there are any errors or post syslog here if its not too long

#5

Yes, the log is very long. I'm not sure what the forum's max character count is but, I will send you a text file via email at mail@com.

Thanks!