Support

Description

Support for VirtualHere hardware and software

VirtualHere Client drivers could not be loaded on OSX 10.8.5

Forums

I just installed the VirtualHere server (version 3.2.9) on our Synology DiskStation yesterday. I have installed the VirtualHere Client (version 4.5.7) on our Mac Server OSX 10.8.5. The client is able to connect to our Synology Hub and lists the available USB devices. Whenever I right click on the USB device with ´Use this device`, the client indicates that the `drivers will to be updated`. I run through the update installation only to receive the following message at the end:

Disk Immediately Unmounts After Mac Sleeps

Forums

Hello,

So I have my Raspberry Pi as the server and running the client on my MacBook. Everything works fantastic with the software however when my Mac is put to sleep it ejects the disk. I have tried my hand at Google-fu (which is how I came across this forum) and I've looked at the config.ini file but I wasn't clear on if there was a certain value I could add server-side that would force the disk to remain connected.

Any assisted would be appreciated.

Thank you.

Installation of server to start on boot (Ubuntu, Odroid)

Forums

I want the VH server to start automatically after boot on Odroid running Ubuntu.
I followed the Linux OEM_FAQ https://www.virtualhere.com/oem_faq "How to i start VirtualHere when my device boots?", For init.d based systems (Raspberry pi, Ubuntu...)
except that I use the optimized server version vhusbdarm64a53 which runs on Odroid. In the file vhusbdpin I have edited the NAME to match the server's filename.
It worked when I started the server manually but not after the above changes - client finds no server.
License is ok.

Problem with ShieldTV Server / Win10 Client - no connection

Forums

Hi!

I run this setup for some years now, but honestly I don't use it very often so I can't exactly say when it stopped working. Since I set everything both - my Win PC and the ShieldTV got updated quite often.
Anyway - the client doesn't recognize the server on the shield tv. Never happened before, not on AndroidTV and not on the Steam Link I had before that this happened...

Any ideas?

Best regards

vhclient service dies unexpectly on ubuntu 18.04

Forums

i am just settling a client ubuntu workstation for connecting a remote usb server on a raspberry. The raspberry owns a purchased license.

i create a systemd service file
#-------------
[Unit]
Description=VirtualHere USB Sharing
Requires=avahi-daemon.service
After=avahi-daemon.service
[Service]
ExecStartPre=/bin/sh -c 'logger VirtualHere settling...;sleep 1s;logger VirtualHere settled'
ExecStart=/usr/sbin/vhclientx86_64 -n -c /etc/virtualhere.ini
Type=idle
[Install]
WantedBy=multi-user.target
#-----------