Support

Description

Support for VirtualHere hardware and software

Any update on macOS Catalina support?

Forums

I am using a Brother QL-1100 printer connected to an Asustor NAS with the VirtualHere driver.

The Brother P-Touch Editor software supplied with the printer works fine on Catalina and I am able to print using the label designer despite the printer not showing up in the list of Printers and Faxes in OS X Settings. Hence the P-Touch software seems to be able to make a direct connection to the QL-1100 via VirtualHere - so something definitely works.

My system stopped working

Forums

Hi everyone,

For the last few weeks I've been happily using VirtualHere to share two USB printers via a Synology NAS. It was simple enough to install the NAS package and the client on my Windows machines.

But something has broken my happy setup. In the last few days the Client keeps "searching for hubs", then "connecting to USB hub", but it never connects. I've uninstalled and reinstalled the client, using the latest version. I've also uninstalled and reinstalled the server app.

Curious how one installs updated drivers for VirtualHere?

Forums

So I use DUMO to monitor my drivers every good once in awhile. This go around, ive knocked everything off the list except

---VirtualHere USB 3 eXtensible Host Controller VirtualHere Pty. Ltd. 4.39.57.513 Update available (18.15.19.112)---

what does one need to do in order to update that guy? Uninstall the host controller, re-download the newest client and run it?

Any way to trigger the Ctrl+C action?

Forums

I wonder is there anyway for me to stimulate the action of Ctrl+C to terminate the server in Raspberry Pi?

I understand that we can execute the server initially in Daemon using :

sudo ./vhusbdarm -b

and terminate it by using :

sudo kill -9 $(pidof ./vhusbdarm)

but this will cause the lost of my /dev/video0 driver in my Raspberry Pi. (As Ctrl+C will not cause this issue)

Looking for alternative way to do so.