Installation Process
System requirements
Requirements | Details |
---|---|
Operating system: | Linux kernel 2.6.32 or greater, libssl 1.0 or greater |
Installation
To install USB over Network (Linux version) Client, do the following:
- Download and save ftvusbnet-x.y.z-i386.tar.gz or ftvusbnet-x.y.z-x86_64.tar.gz to your local filesystem. The latest program version is available at www.usb-over-network.com.
-
Unpack the archive to the /opt or another appropriative location:
$ sudo tar -zxf ftvusbnet-*.tar.gz -C /opt
- Unpack and build USB over Network Client kernel module (requires gcc and
kernel headers):
$ cd /opt/ftvusbnet/module $ sudo tar -zxf fthc-module.tar.gz $ cd fthc $ sudo make
-
Load kernel module:
$ sudo insmod fthc.ko
-
Read the user manual:
$ less /opt/ftvusbnet/doc/README
Kernel updates
After each update of the Linux kernel you should rebuild our kernel module fthc.ko with the command below:
$ sudo make -C /opt/ftvusbnet/module/fthc