![OpenVox DE210E User Manual Download Page 7](http://html1.mh-extra.com/html/openvox/de210e/de210e_user-manual_1640075007.webp)
User Manual
OpenVox Communication Co. Limited. URL:
www.openvox.cn
7
2.
Software Installation and Setup
DE410E/DE210E supports original zaptel wct4xxp driver. Customers can download
zaptel driver from asterisk.org. There are few steps to install wct4xxp drivers.
In this manual, we will use DE410E as an example.
1)
Checking the DE410P hardware by command: lspci -v
2)
Downloading and compiling
Before installing libpri, zaptel and asterisk, make sure that all supporting
packages have been installed in system.
Note
that if there is no kernel source in the system, user should install
them. User can run yum again:
yum install kernel-devel
. If the kernel is smp
kernel, please run this command:
yum install kernel-smp-devel
.
It is time to check for the availability of some other packages:
rpm -q bison
rpm -q bison-devel
rpm -q ncurses
rpm -q ncurses-devel
rpm -q zlib
rpm -q zlib-devel
rpm -q openssl
rpm -q openssl-devel
rpm -q gnutls-devel
rpm -q gcc
rpm -q gcc-c++
If any of those packages are not installed install them by using yum
yum install bison
yum install bison-devel
yum install ncurses
yum install ncurses-devel
yum install zlib
yum install zlib-devel
yum install openssl
yum install openssl-devel
yum install gnutls-devel
yum install gcc
yum install gcc-c++