OpenVox DE115P, DE115E User Manual

DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
1
OpenVox DE115P/DE115E Installation
Trixbox 2.6 & Elastix 1.3 with zaptel)
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
2
OpenVox Communication Co Ltd
OpenVox-Best Cost Effective Asterisk Cards
OpenVox Communication Co. Ltd. Address: F/2,Building No.14,Shangsha Science & Technology Park, No.9283,Binhe Road, Futian District,ShenZhen ,Guangdong 518048,China
TEL075582535461 075582535095 075582535362 FAX075582535174
Salessales@openvox.com.cn
Technical Support:support@openvox.com.cn James.zhu@openvox.cn Denins.den@openvox.cn
Business Hours: 9:30AM-18:00PM from Monday-Friday, except for holidays.
GMT8 Beijing
Thank You for Choosing OpenVox Products!
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
3
Table of Contents
Chapter 1 Installing Compiling Environment ................................................................................... 4
Chapter 2 Installing Driver ............................................................................................................... 5
Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.3 .............................................. 5
Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.1 .............................................. 8
Installing Openvox DE115P/DE115E driver for elastix-1.3-stable-29sep2008 ...................... 10
Chapter 3 Edit Configuration file .................................................................................................... 12
Editing /usr/sbin/genzaptelconf ............................................................................................... 12
Editing /usr/lib/perl5/site_perl/5.8.8/Zaptel/Hardware/PCI.pm .............................................. 13
Chapter 4 Loading Driver ............................................................................................................... 14
Chapter 5 Technical Support ........................................................................................................... 15
Chapter 6 Reference ........................................................................................................................ 15
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
4
Chapter 1 Installing Compiling
Environment
i. Installing trixbox 2.6 or elastix 1.3
ii. Installing DE115P/DE115E
iii. Starting trixbox or elastix
iv. Checking the system recognition of DE115P/DE115E
# lspci
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
5
Chapter 2 Installing Driver
Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.3
1. Installing compiling environment
# yum install gcc # yum install kernel-devel
2. Checking the version of the driver
# modinfo /lib/modules/`uname -r`/extra/zaptel/zaptel.ko
# rpm –qa | grep zap
3. Downloading driver
Downloading zaptel-1.4.12.9-1_trixbox.src.rpm
# cd /usr/src # wget
http://yum.trixbox.org/centos/5/SRPMS/zaptel-1.4.12.9-1_trixbox.src.rpm
Downloading opvxd115-for-zaptel-1.4.12.1.tar.gz
# wget
http://downloads.openvox.cn/pub/drivers/zaptel/de115/opvxd115-for-zaptel-1.4.12.1.tar.gz
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
6
4. Compiling driver
# mkdir –p redhat/SOURCES # rpm -ivh zaptel-1.4.12.9-1_trixbox.src.rpm # tar -xzvf opvxd115-for-zaptel-1.4.12.1.tar.gz
# cd /usr/src/redhat/SOURCES # tar –xzvf zaptel-1.4.12.9.tar.gz # cd zaptel-1.4.12.9 # cp –a /usr/src/opvxd115 kernel/
Editing Makefile file
# vi Makefile
Editing zaptel.sysconfig file
# vi zaptel.sysconfig
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
7
# ./configure # make
5. Installing driver
# mkdir -p /lib/modules/`uname -r` /extra/zaptel/opvxd115 # cp kernel/opvxd115/opvxd115.ko /lib/modules/`uname –r `/extra/zaptel/opvxd115/ # depmod -a
6. Downloading Firmware
# cd /usr/src # wget
http://downloads.openvox.cn/pub/firmwares/opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz
7. Downloading Firmware
# tar -xzvf opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz # cp zaptel-fw-oct6114-032.bin /lib/firmware/ # mkdir -p /usr/lib/hotplug/firmware/ # mv zaptel-fw-oct6114-032.bin /usr/lib/hotplug/firmware/
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
8
Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.1
1. Installing gcc compiling environment
# yum install gcc
2. Installing Kernel source code
# cd /usr/src # wget
http://ftp.scientificlinux.org/linux/scientific/52/i386/updates/security/kernel-devel-2.6.18
-92.1.18.el5.i686.rpm
or
# wget
http://vault.centos.org/5.2/updates/i386/RPMS/kernel-devel-2.6.18-92.1.18.el5.i686.rpm
# rpm –ivh kernel-devel-2.6.18-92.1.18.el5.i686.rpm
3. Checking the version of the driver
# modinfo /lib/modules/`uname -r`/extra/zaptel/zaptel.ko
4. Downloading driver
# wget
http://downloads.openvox.cn/pub/drivers/zaptel/openvox_zaptel/openvox_zaptel-1.4.12.
1.tar.gz
5. Compiling driver
# tar -xzvf openvox_zaptel-1.4.12.1.tar.gz # cd zaptel-1.4.12.1 # ./configure # make
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
9
6. Installing driver
# mkdir -p /lib/modules/`uname -r`/extra/zaptel/opvxd115 # cp /usr/src/zaptel-1.4.12.1/kernel/opvxd115/opvxd115.ko
/lib/modules/`uname -r`/extra/zaptel/opvxd115
# depmod –a
7. Downloading Firmware
# cd /usr/src # wget
http://downloads.openvox.cn/pub/firmwares/opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz
8. Installing Firmware
# tar -xzvf opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz # cp zaptel-fw-oct6114-032.bin /lib/firmware/ # mkdir -p /usr/lib/hotplug/firmware/ # mv zaptel-fw-oct6114-032.bin /usr/lib/hotplug/firmware/
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
10
Installing Openvox DE115P/DE115E driver for elastix-1.3-stable-29sep2008
1. Installing gcc compiling environment
# yum install gcc
2. Checking the version of the driver
# modinfo /lib/modules/`uname -r`/misc/zaptel.ko
3. Downloading driver
# wget
http://downloads.openvox.cn/pub/drivers/zaptel/openvox_zaptel/openvox_zaptel-1.4.11. tar.gz
4. Compiling driver
# tar -xzvf openvox_zaptel-1.4.11.tar.gz # cd zaptel-1.4.11 # ./configure # make
5. Installing driver
# mkdir -p /lib/modules/`uname -r`/misc/opvxd115 # cp /usr/src/zaptel-1.4.11/kernel/opvxd115/opvxd115.ko
/lib/modules/`uname -r`/misc/opvxd115
# depmod –a
6. Downloading Firmware
# cd /usr/src # wget
http://downloads.openvox.cn/pub/firmwares/opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
11
7. Installing Firmware
# tar -xzvf opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz # cp zaptel-fw-oct6114-032.bin /lib/firmware/ # mkdir -p /usr/lib/hotplug/firmware/ # mv zaptel-fw-oct6114-032.bin /usr/lib/hotplug/firmware/
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
12
Chapter 3 Edit Configuration file
Editing /usr/sbin/genzaptelconf
# cd /usr/sbin/
# vi genzaptelconf
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
13
Editing /usr/lib/perl5/site_perl/5.8.8/Zaptel/Hardware/PCI.pm
# cd /usr/lib/perl5/site_perl/5.8.8/Zaptel/Hardware
# vi PCI.pm
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
14
Chapter 4 Loading Driver
# genzaptelconf –sdvM
# service zaptel restart
# dmesg
The picture above shows the successful loading of EC-32 module.
DE115P/DE115E User Manual
OpenVox | www.openvox.cn Aug, 2009
15
Chapter 5 Technical Support
If you have any technical problems when using Openvox products, please access the related columns of the product in our website forum, and you can also contact us through the following methods: I. Submit your technical problem to our Forum. You can submit your technical problems to our website Forum, we will reply you as
soon as possible.
Click to enter our Forum
II. Email us You can also send your technical problems via email to the following email address;
we will also offer you the solution in the shortest time.
support@openvox.com.cn mark.liu@openvox.cn
Chapter 6 Reference
www.openvox.cn
www.digium.com
www.asterisk.org
www.voip-info.org
www.asteriskguru.com
Loading...